REVIEW 2 major objections 6 minor 71 references
Conditional Distribution Estimation for Functional Responses with Random Forests
T0 review · 2 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Functional distributional random forests consistently estimate the conditional law of a curve-valued response, so a single fitted forest supports plug-in inference on any functional of that law.
desk verdict A genuine and useful extension of distributional random forests to functional responses, held back by a real gap between the consistency theory (exact MMD, infinite forest) and the implemented estimator (random-feature MMD, finite forest). read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is the MMD split criterion together with its random-feature approximation. For a positive definite kernel $\kappa$ on the function space, each candidate split is scored by the size-weighted empirical MMD between the response samples in the two child nodes, $\frac{n_{bL} n_{bR}}{n_b^2} D_{\mathrm{MMD}(\kappa)}$, which is CART applied to the RKHS feature map $\varphi(Y_i)$. To make this computable, the paper writes a Gaussian kernel on $L^2([0,1])$ as an expectation over cosine features of an isonormal Gaussian process $W(y)=\int_0^1 y(t)\,dB(t)$, then approximates it with $B$ random features that include discretized Brownian motion and are sampled afresh for each split; the same construction extends to other radial kernels through mixing variables. The theoretical guarantee is proved for the ideal infinite-forest estimator whose weights $w_i(x)$ are conditional expectations over tree randomness, under honesty, $\alpha$-regularity, subsampling, and uniform tightness assumptions.
What would settle it
Fit the implemented fDRF on data from a Gaussian process whose length scale varies with a one-dimensional covariate, at sample sizes 500 and 4000, and estimate the conditional distribution of $\sup_t Y(t)$ at a fixed covariate value. If the Wasserstein or Kolmogorov distance between the estimated and true laws of this supremum functional does not shrink as $N$ grows, the random-feature approximation of the MMD split criterion is not preserving the paper's weak-consistency guarantee.
Extended reading notes
Core claim
The central claim, stated on the paper's own terms, is that the conditional law $F_x = \mathcal{L}(Y \mid X = x)$ of a functional response can be estimated nonparametrically by a random forest whose splits maximize a maximum mean discrepancy (MMD) between the empirical distributions in the child nodes, with the estimated law $\hat{F}_x = \sum_{i=1}^N w_i(x)\delta_{Y_i}$. Theorem 2 proves $\hat{F}_x \to F_x$ weakly-in-probability as probability measures on $\mathcal{Y}$ under Assumptions 1–5, and Theorem 3 upgrades this to $\mathcal{P}(C([0,1]))$ under Assumption 6. The paper is careful that MMD convergence alone does not imply weak convergence in infinite-dimensional spaces, so the proof adds uniform tightness and uses Prohorov's theorem and a subsequence argument. Once consistency holds, the same $\hat{F}_x$ can be used for plug-in inference on functionals that are discontinuous in $L^2([0,1])$, such as point evaluations, suprema, peak times, and exceedance sets.
Load-bearing premise
The load-bearing premise is uniform tightness of the conditional laws (Assumption 5), which is what upgrades MMD convergence to genuine weak convergence in infinite-dimensional function spaces; a second fragile point is that the theorem treats an idealized infinite forest with the exact MMD criterion, while the implemented algorithm uses a random-feature approximation whose error is not analyzed.
Editorial extensions
If this is right
- One fitted fDRF yields plug-in estimates for any functional $\tau(F_x)$—conditional means, quantiles, exceedance probabilities, peak times, and predictive dispersion—without refitting.
- Because $\hat{F}_x$ is supported on the observed curves, predictive draws preserve realistic geometry and automatically respect constraints such as nonnegativity or density normalization.
- Under Assumptions 1–5 the estimated law converges weakly-in-probability in $\mathcal{P}(\mathcal{Y})$; adding Assumption 6 extends this to $\mathcal{P}(C([0,1]))$, justifying inference on point evaluations and suprema.
- Energy and kernel scoring rules for functional responses allow comparison of full conditional-distribution estimators; Sobolev-based scores are more sensitive to roughness differences than $L^2$-based scores.
- Simulations show the fDRF outperforms K-nearest neighbors and functional linear model baselines on heteroskedastic, mixture, warped, and variable-roughness Gaussian processes, with the weighted Sobolev kernel the strongest default.
Reading between the lines
- Editorial extension: the consistency theorems cover an idealized infinite forest with the exact MMD, while the implemented algorithm uses $B$ random features with discretized Brownian motion resampled for each split; a uniform error bound for this approximation as $B,R\to\infty$ would be the natural step to make the applied estimator match the proven one.
- Editorial extension: because the estimator is a weighted empirical law, the fDRF could be coupled with smoothed or calibrated weights to serve as a common-support device for causal or mediation estimators, a use the paper lists as future work.
- Editorial extension: the same MMD-split-plus-tightness argument should extend to responses in other infinite-dimensional or non-Euclidean metric spaces—direction-valued, graph-valued, or manifold-valued data—whenever a characteristic kernel and uniform tightness are available.
- Editorial extension: the little-bags intervals intentionally overstate variability because the within-bag correction is omitted; a testable refinement is to replace the normal quantile with a calibrated bootstrap quantile, especially for nonregular functionals like argmax peak times.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces the functional distributional random forest (fDRF), a random-forest method that estimates the conditional distribution of a functional response Y given covariates X by a weighted empirical distribution over the observed curves. Splits are chosen to maximize an empirical maximum mean discrepancy (MMD) between child-node response distributions, with kernels defined on function spaces such as L2 and Sobolev spaces. The paper establishes consistency of an idealized infinite-forest version of the estimator (Theorems 2 and 3), proposes proper scoring rules for evaluating conditional distribution estimators, reports simulation comparisons against K-nearest neighbors and functional linear models, and applies the method to NHANES accelerometer data to study how age and income affect activity profiles. The theoretical development explicitly addresses the fact that MMD convergence does not automatically imply weak convergence on infinite-dimensional spaces, using uniform tightness assumptions to upgrade the consistency statement.
Significance. The contribution is potentially significant: it extends distributional random forests from Euclidean responses to functional responses, provides a practical plug-in framework for inference on distributional features of curves, and gives a theoretically grounded treatment of weak convergence of the estimated conditional laws. The paper's handling of the non-local-compactness issue is a real technical contribution, and the proposed Sobolev-transform kernels and proper scoring rules are useful tools. The supplementary material includes detailed proofs, implementation algorithms, and NHANES analysis code, which supports reproducibility. The simulation study is reasonably extensive and the NHANES application illustrates genuinely distributional findings beyond conditional means. However, the consistency theorems apply to an idealized estimator using exact MMD and a fixed kernel, while the implemented algorithm uses a random-feature approximation and data-dependent kernel tuning; this gap must be addressed before the central plug-in claim can be regarded as fully established.
major comments (2)
- [Section 5 / Supplementary Algorithm 2] The consistency results in Section 5 are stated for an ideal infinite forest that uses the exact MMD split criterion (1) with D_MMD from (2), but Algorithm 2 of the Supplementary Material replaces D_MMD by the random-feature approximation in (4), with B random features, a finite-grid discretization of the Itô integral, and fresh randomness at each split. No theorem, uniform bound, or rate is provided connecting the approximate criterion to the exact one, and no condition on B or R_j is stated under which the approximation error vanishes as N→∞. Consequently, the estimator whose performance is reported in Sections 4 and 6 is not the estimator shown to be consistent in Theorems 2 and 3. This gap is load-bearing because the paper's central plug-in claim requires consistency of the fitted forest, not of a hypothetical exact-MMD forest. The Discussion (Section 7) acknowledges that discretely-sampled approximations are future work, which confirms the scope of the current theory.
- [Section 2.4 and Section 5 (Assumptions 2 and 4)] The theoretical results treat the kernel κ as fixed, whereas the implementation sets the length scale ℓ by the median-distance heuristic on the data and sets λ and the Sobolev normalizers (a,b) by data-dependent rules. Because Assumption 4 and the Lipschitz condition on x↦μ(F_x) in Assumption 2 are stated for a fixed kernel, the ported Theorem 1 and the proof of Theorem 2 do not directly cover the estimator actually fitted with a data-selected kernel. The paper should either state conditions under which the data-dependent kernel still satisfies the assumptions (e.g., a rate condition on ℓ̂), or clarify that the theory is for a pre-specified kernel and treat the heuristic as a practical implementation choice.
minor comments (6)
- [Abstract] The abstract claims the method 'supports inference on arbitrary functionals of the conditional distribution,' but Theorems 2 and 3 only establish weak convergence, which guarantees convergence for continuous bounded functionals (or continuous functionals on C[0,1] under Assumption 6). Recommend replacing 'arbitrary' with 'a broad class of' or 'continuous.'
- [Section 2.4] The sentence 'We see this in Section 2.4, where it is shown that the L2-kernel is outperformed when functions differ by smoothness' appears to refer to the simulation results, which are in Section 4, not Section 2.4.
- [Supplementary Material C.1] There are several typos in this section: 'a broad a broad class', 'kernels htat', and 'obtaiend' should be corrected.
- [Supplementary Algorithm 2] The notation q_b = min{max[Poisson(m_try),1],P} is unclear; please define m_try and explain whether Poisson(m_try) denotes a Poisson random variable.
- [Supplementary Lemma 2 proof] In the displayed chain of equalities in the proof of Lemma 2, the third line writes w_i where w_{m,i} appears in the neighboring lines; the intended conditioning argument is clear, but the notation should be made consistent.
- [Section 6 (NHANES)] The Discussion lists irregular and partially observed sampling as future work, but the NHANES application itself uses discretely sampled activity profiles; a sentence in Section 6 acknowledging that the theory is applied informally to discretely observed curves would help.
Circularity Check
No significant circularity: the central consistency theorems are ported from an external source (Čevid et al., 2022), the estimators are evaluated on held-out data against external baselines, and the main implementation gap (random-feature MMD approximation) is an unproved approximation step rather than a circular reduction.
full rationale
The derivation chain is not circular. Theorem 1 is explicitly 'Theorem 2 of Čevid et al. (2022)' and is taken as an external starting point; Theorems 2–3 add genuine functional-analytic work (weak convergence from MMD consistency under uniform tightness assumptions). Assumptions 5–6 are conditions on the true conditional laws, not fitted targets, and the proofs do not assume the conclusion. The MMD split criterion (Eqs. 1–2), the plug-in estimator (Eq. 5), and the downstream functionals are all defined independently of the quantities being predicted. Empirical evaluation is conducted on held-out test data and compares against KNN and FLM baselines using proper scoring rules imported from Gneiting and Raftery (2007) and Bülte et al. (2025); no fitted parameter is renamed as a prediction. The only self-citation (Kundu et al., 2025, for the exceedance function) is not load-bearing: the exceedance function is a simple threshold-occupancy summary used as a downstream target, and its consistency follows from the same plug-in logic as other functionals. The most serious weakness is a theory–implementation gap, not circularity: Algorithm 2 replaces the exact D_MMD in Eq. (1) with the random-feature approximation of Eq. (4), and the Discussion concedes that 'our theoretical results are derived for continuous-time curves, while extending these results to account for discretely-sampled approximations remains an important direction for future research.' This means the implemented estimator is not formally covered by Theorems 1–3, but that is an unproved approximation step, not an equivalence between inputs and outputs. No circular step can be exhibited from the paper's own equations or citations.
Assumptions & free parameters
free parameters (5)
- Kernel choice kappa =
Gaussian, Sobolev, or FPCA kernels
- Sobolev mixing weight lambda =
0.5 in illustrations
- Kernel length scale ell =
median{||T(Y_i)-T(Y_j)||_G : i<j}
- Sobolev scale normalizers (a,b) =
tuned to equalize scale between ||Y-Y'||^2 and ||DY-DY'||^2
- Random feature count B =
200
assumptions (7)
- standard math Assumption 1 (P1-P5): subsampling, honesty, alpha-regularity, symmetry, random-split.
- domain assumption Assumption 2: the kernel mean embedding x -> mu(F_x) is Lipschitz.
- domain assumption Assumption 3: covariates have a continuous density bounded away from zero on [0,1]^P.
- domain assumption Assumption 4: kernel is bounded, continuous, and characteristic.
- domain assumption Assumption 5: uniform tightness of the conditional distributions.
- domain assumption Assumption 6: smoothness embedding to get convergence in C[0,1].
- ad hoc to paper Random-feature approximation validity.
Cite this review
Pith. "Pith review of Conditional Distribution Estimation for Functional Responses with Random Forests." pith.science (2026). https://pith.science/paper/WMHS2QGQ
@misc{pith2026260808247,
author = {Pith},
title = {Pith review of: Conditional Distribution Estimation for Functional Responses with Random Forests},
year = {2026},
howpublished = {\url{https://pith.science/paper/WMHS2QGQ}},
note = {Machine review of arXiv:2608.08247}
}
read the original abstract
Many functional data analyses reduce random functions to scalar summaries or conditional mean curves. This is limiting when we wish to understand how covariates affect the distribution of entire functional responses, including their shape, timing, or variability. We study the problem of estimating conditional laws of functional outcomes and show that these objects can be estimated and evaluated in a practical nonparametric framework. To do this, we introduce functional distributional random forests, which estimate each conditional law as a covariate-dependent distribution over sampled functions by training a random forest to minimize a kernel-based maximum mean discrepancy within the leaf nodes of the decision tree. This supports inference on arbitrary functionals of the conditional distribution while keeping predictive samples tied to realistic curves. We consider a variety of kernels defined on function spaces, including Sobolev and operator-induced kernels. We also provide conditions for consistency of our estimator and develop scoring rules for comparing it to baseline estimators. In simulations, our method recovers distributional changes that are missed by baseline methods. In an application to NHANES accelerometer data, it identifies interesting covariate-associated changes in both median activity profiles and predictive dispersion.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Electronic Journal of Statistics , year =
Peng, Wei and Coleman, Tim and Mentch, Lucas , title =. Electronic Journal of Statistics , year =
-
[2]
Journal of Machine Learning Research , year =
Mentch, Lucas and Hooker, Giles , title =. Journal of Machine Learning Research , year =
-
[3]
Electronic Journal of Statistics , year =
Song, Yanglei and Chen, Xiaohui and Kato, Kengo , title =. Electronic Journal of Statistics , year =
-
[4]
Order-Explicit Linearization of High-Dimensional
Ritzwoller, David M and Syrgkanis, Vasilis , journal=. Order-Explicit Linearization of High-Dimensional
-
[5]
The Annals of Mathematical Statistics , year =
Hoeffding, Wassily , title =. The Annals of Mathematical Statistics , year =
-
[6]
The Annals of Statistics , volume=
The Jackknife Estimate of Variance , author=. The Annals of Statistics , volume=. 1981 , publisher=
work page 1981
-
[7]
Pacific-Asia conference on knowledge discovery and data mining , pages=
Evaluating the replicability of significance tests for comparing learning algorithms , author=. Pacific-Asia conference on knowledge discovery and data mining , pages=. 2004 , organization=
work page 2004
-
[8]
Advances in neural information processing systems , volume=
Inference for the generalization error , author=. Advances in neural information processing systems , volume=
Show all 71 references
-
[9]
Computational Statistics & Data Analysis , volume=
Standard errors for bagged and random forest estimators , author=. Computational Statistics & Data Analysis , volume=. 2009 , publisher=
2009
-
[10]
2009 , publisher=
Malliavin calculus and its applications , author=. 2009 , publisher=
2009
-
[11]
Journal of the American Statistical Association , volume=
Cauchy combination test: a powerful test with analytic p-value calculation under arbitrary dependency structures , author=. Journal of the American Statistical Association , volume=. 2020 , publisher=
2020
-
[12]
arXiv preprint arXiv:2504.02296 , year=
Exceedance and force of centrality for functional data , author=. arXiv preprint arXiv:2504.02296 , year=
-
[13]
Journal of Machine Learning Research , volume=
Confidence and uncertainty assessment for distributional random forests , author=. Journal of Machine Learning Research , volume=
-
[14]
Wiley Interdisciplinary Reviews: Computational Statistics , volume=
Circular data , author=. Wiley Interdisciplinary Reviews: Computational Statistics , volume=. 2010 , publisher=
2010
-
[15]
Machine Learning , volume=
Random Forests , author=. Machine Learning , volume=. 2001 , doi=
2001
-
[16]
Computational Statistics & Data Analysis , volume=
Grouped Variable Importance with Random Forests and Application to Multiple Functional Data Analysis , author=. Computational Statistics & Data Analysis , volume=. 2015 , doi=
2015
-
[17]
Journal of Chemometrics , volume=
Random Forests for Functional Covariates , author=. Journal of Chemometrics , volume=. 2016 , doi=
2016
-
[18]
Scientific Reports , volume=
Functional Random Forest with Applications in Dose-Response Predictions , author=. Scientific Reports , volume=. 2019 , doi=
2019
-
[19]
Scientific Reports , volume=
Functional Random Forests for Curve Response , author=. Scientific Reports , volume=. 2021 , doi=
2021
-
[20]
Functional Data Analysis , author=
-
[21]
Annual Review of Statistics and Its Application , volume=
Functional Regression , author=. Annual Review of Statistics and Its Application , volume=. 2015 , doi=
2015
-
[22]
Statistical Modelling , volume=
A General Framework for Functional Regression Modelling , author=. Statistical Modelling , volume=. 2017 , doi=
2017
-
[23]
Petersen, Alexander and M. Fr. The Annals of Statistics , volume=. 2019 , doi=
2019
-
[24]
Random Forest Weighted Local Fr
Qiu, Rui and Yu, Zhou and Zhu, Ruoqing , journal=. Random Forest Weighted Local Fr
-
[25]
Journal of Machine Learning Research , volume=
Quantile Regression Forests , author=. Journal of Machine Learning Research , volume=
-
[26]
The Annals of Applied Statistics , volume=
Random Survival Forests , author=. The Annals of Applied Statistics , volume=. 2008 , doi=
2008
-
[27]
The Annals of Applied Statistics , volume=
Distributional Regression Forests for Probabilistic Precipitation Forecasting in Complex Terrain , author=. The Annals of Applied Statistics , volume=. 2019 , doi=
2019
-
[28]
Pospisil, Taylor and Lee, Ann B. , year=
-
[29]
Proceedings of the 24th International Conference on Artificial Intelligence and Statistics , series=
Wasserstein Random Forests and Applications in Heterogeneous Treatment Effects , author=. Proceedings of the 24th International Conference on Artificial Intelligence and Statistics , series=. 2021 , publisher=
2021
-
[30]
The Annals of Statistics , volume=
Generalized Random Forests , author=. The Annals of Statistics , volume=. 2019 , doi=
2019
-
[31]
Journal of Machine Learning Research , volume=
Distributional Random Forests: Heterogeneity Adjustment and Multivariate Distributional Regression , author=. Journal of Machine Learning Research , volume=
-
[32]
Journal of Machine Learning Research , volume=
A Kernel Two-Sample Test , author=. Journal of Machine Learning Research , volume=
-
[33]
Journal of Machine Learning Research , volume=
A Kernel Two-Sample Test for Functional Data , author=. Journal of Machine Learning Research , volume=
-
[34]
Gaussian Processes for Machine Learning , author=
-
[35]
Annals of Mathematics , volume=
Metric Spaces and Completely Monotone Functions , author=. Annals of Mathematics , volume=. 1938 , doi=
1938
-
[36]
Advances in Neural Information Processing Systems , volume=
Random Features for Large-Scale Kernel Machines , author=. Advances in Neural Information Processing Systems , volume=
-
[37]
arXiv preprint arXiv:2411.02770 , year=
A Spectral Mixture Representation of Isotropic Kernels with Application to Random Fourier Features , author=. arXiv preprint arXiv:2411.02770 , year=
-
[38]
Computational Statistics & Data Analysis , volume=
Generative Models for Functional Data Using Phase and Amplitude Separation , author=. Computational Statistics & Data Analysis , volume=. 2013 , doi=
2013
-
[39]
Advances in Neural Information Processing Systems , volume=
Time-Series Generative Adversarial Networks , author=. Advances in Neural Information Processing Systems , volume=
-
[40]
Proceedings of the 40th International Conference on Machine Learning , series=
Variational Autoencoding Neural Operators , author=. Proceedings of the 40th International Conference on Machine Learning , series=. 2023 , publisher=
2023
-
[41]
Journal of Machine Learning Research , volume=
Autoencoders in Function Space , author=. Journal of Machine Learning Research , volume=
-
[42]
arXiv preprint arXiv:2502.12902 , year=
Probabilistic neural operators for functional uncertainty quantification , author=. arXiv preprint arXiv:2502.12902 , year=
-
[43]
Journal of the American statistical Association , volume=
Strictly proper scoring rules, prediction, and estimation , author=. Journal of the American statistical Association , volume=. 2007 , publisher=
2007
-
[44]
Annual Review of Statistics and Its Application , volume=
Proper scoring rules for estimation and forecast evaluation , author=. Annual Review of Statistics and Its Application , volume=. 2025 , publisher=
2025
-
[45]
Wiley Series in Probability and Statistics , year=
Convergence of Probability Measures , author=. Wiley Series in Probability and Statistics , year=
-
[46]
Hitchhiker's guide to the fractional
Di Nezza, Eleonora and Palatucci, Giampiero and Valdinoci, Enrico , journal=. Hitchhiker's guide to the fractional. 2012 , publisher=
2012
-
[47]
Journal of the American Statistical Association , volume=
Estimation and inference of heterogeneous treatment effects using random forests , author=. Journal of the American Statistical Association , volume=. 2018 , publisher=
2018
-
[48]
Ramsay, James O and Silverman, Bernard W , year=
-
[49]
Annual Review of Statistics and its application , volume=
Wang, Jane-Ling and Chiou, Jeng-Min and M. Annual Review of Statistics and its application , volume=. 2016 , publisher=
2016
-
[50]
Journal of the American statistical association , volume=
Yao, Fang and M. Journal of the American statistical association , volume=. 2005 , publisher=
2005
-
[51]
The Annals of Statistics , volume=
Yao, Fang and M. The Annals of Statistics , volume=
-
[52]
The Annals of Statistics , volume=
Hall, Peter and M. The Annals of Statistics , volume=
-
[53]
Biometrika , volume=
Tang, Rong and M. Biometrika , volume=. 2008 , publisher=
2008
-
[54]
The Annals of Statistics , volume=
Dai, Xiongtao and M. The Annals of Statistics , volume=
-
[55]
Marron, J. S. and Ramsay, J. O. and Sangalli, L. M. and Srivastava, A. , journal=
-
[56]
2006 , publisher=
Ferraty, Fr. 2006 , publisher=
2006
-
[57]
The Annals of Statistics , volume=
Chen, Yaqing and M. The Annals of Statistics , volume=. 2022 , publisher=
2022
-
[58]
2015 , publisher=
Pya, Natalya and Wood, Simon N , journal=. 2015 , publisher=
2015
-
[59]
The Annals of Statistics , volume=
Functional data analysis for density functions by transformation to a Hilbert space , author=. The Annals of Statistics , volume=
-
[60]
Journal of the American Statistical Association , volume=
Additive functional regression for densities as responses , author=. Journal of the American Statistical Association , volume=
-
[61]
The Annals of Statistics , volume=
Total variation regularized Fr\'echet regression for metric-space valued data , author=. The Annals of Statistics , volume=
-
[62]
Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Modelling function-valued stochastic processes, with applications to fertility dynamics , author=. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
-
[63]
Journal of the American Statistical Association , volume=
Modeling time-varying random objects and dynamic networks , author=. Journal of the American Statistical Association , volume=
-
[64]
The Annals of Statistics , volume=
Metric statistics: Exploration and inference for random objects with distance profiles , author=. The Annals of Statistics , volume=
-
[65]
Exponential increases in high-temperature extremes in
Davariashtiyani, Ali and Taherkhani, Masoud and Fattahpour, Sahar and Vitousek, Sean , journal=. Exponential increases in high-temperature extremes in
-
[66]
Quantifying the varying predictive value of physical activity measures obtained from wearable accelerometers on all-cause mortality over short to medium time horizons in
Tabacu, Lucia and Ledbetter, Mark and Leroux, Andrew and Crainiceanu, Ciprian and Smirnova, Ekaterina , journal=. Quantifying the varying predictive value of physical activity measures obtained from wearable accelerometers on all-cause mortality over short to medium time horizons in
-
[67]
Computational Statistics & Data Analysis , volume=
Shape-constrained estimation in functional regression with Bernstein polynomials , author=. Computational Statistics & Data Analysis , volume=
-
[68]
Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Generalized additive and index models with shape constraints , author=. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
-
[69]
arXiv preprint arXiv:2406.12817 , year=
Decomposition-based intrinsic modeling of shape-constrained functional data , author=. arXiv preprint arXiv:2406.12817 , year=
-
[70]
Biometrika , volume=
Fr\'echet analysis of variance for random objects , author=. Biometrika , volume=
-
[71]
Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Empirical likelihood-based inference for functional means with application to wearable device data , author=. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.