View source: R/estimate_parameters.R
estimate_sigma | R Documentation |
This function performs an estimation of the standard deviation of the noise in the curves. The following formula is used:
\hat{σ^2} = \frac{1}{N}∑_{n = 1}^{N} \frac{1}{2(M_n - 1)}∑_{l = 2}^{M_n}(Y_{n, (l)} - Y_{n, (l-1)})^2
estimate_sigma(curves, delta = 0.1)
curves |
List, where each element represents a curve. Each curve have to be defined as list with two entries:
|
delta |
Numeric (default = 0.1), neighborhood for the estimation. |
Numeric, estimation of the std of the noise σ
S. Golovkine, N. Klutchnikoff, V. Patilea (2020) - Learning the smoothness of noisy curves with application to online curve estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.