View source: R/estimate_mean.R
mean_lll | R Documentation |
This function performs the estimation of the mean of a set of curves using local linear smoothers where the bandwidth is estimated using the methodology from Zhang et Wang (2016).
mean_lll(curves, grid)
curves |
List, where each element represents a curve. Each curve have to be defined as a list with two entries:
|
grid |
Vector, sampling points at which estimate the mean. |
Vector representing the mean curve.
Zhang X. and Wang J.-L. (2016) - From sparse to dense functional data and beyond, The Annals of Statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.