estimate_moment: Perform the estimation of the moments.

View source: R/estimate_parameters.R

estimate_momentR Documentation

Perform the estimation of the moments.

Description

This function performs an estimation of the moments E(X^{α}_{t_0}) used for the estimation of the bandwidth for a univariate kernel regression estimator defined over continuous domains data.

Usage

estimate_moment(curves_smooth, order = 1)

Arguments

curves_smooth

List, resulting from the presmoothing function.

order

Numeric (default = 1), the moment to estimate.

Value

Numeric, an estimation of the moments E(X^{α}_{t_0})

References

Golovkine S., Klutchnikoff N., Patilea V. (2021) - Adaptive estimation of irregular mean and covariance functions.


StevenGolovkine/funestim documentation built on June 15, 2022, 3:42 a.m.