Description Usage Arguments Details Value Examples
We observe a sample of i.i.d. real random variables (X_{i}, Y_{i}), 1 ≤ i ≤ n and consider the model Y_i = m(X_i) + \varepsilon_i. The \varepsilon_{i} are i.i.d., centred, with common variance, the X_i are i.i.d. with common density f. Moreover, the (X_i)_{1 ≤ i ≤ n} are independent. This function deduces an estimator of the function m.
1 |
basis1 |
an object of class |
basis2 |
an object of class |
data |
a data frame consisting of two columns. The two columns represent an observed sample of i.i.d. real random variables (X_{i}, Y_{i}), 1 ≤ i ≤ n. |
To compute the estimate of m, the quotient of the adaptive estimator of l := m*f and the adaptive estimator of f
is used (see est_dens
and perfect_D
). These two estimators can be calculated using two different bases.
An estimate for m
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.