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 Golovkine et al. (2021).
List, where each element represents a curve. Each curve have to be defined as a list with two entries:
$t Sampling points
$x Observed points.
Vector (default = seq(0, 1, length.out = 101)), sampling points at which estimate the curves.
Vector (default = c(0.25, 0.5, 0.75)), sampling points at which we estimate the parameters.
Vector (default = NULL), grid of bandwidths.
Function (default = NULL), function to determine the delta.
Integer (default = 2), minimum number of observation for the smoothing.
String (default = 'epanechnikov'), the kernel used for the estimation:
epanechnikov
uniform
biweight
List of with two entries:
$parameter Estimated parameters.
$mu Estimated mean.
Golovkine S., Klutchnikoff N., Patilea V. (2021) - Adaptive estimation of irregular mean and covariance functions.