Description Usage Arguments Details Value References Examples
View source: R/locationEstimators.R
m_est
calculates an M-estimate of location and its variance
for different psi functions.
1 2 3 4 5 6 7 8 |
x |
a (non-empty) numeric vector of data values. |
psi |
kernel used for optimization.
Must be one of |
k |
tuning parameter(s) for the respective kernel function,
defaults to parameters implemented in |
tol |
tolerance for convergence. The default is 1e-06. |
max.it |
the maximum number of iterations. The default is 15. |
na.rm |
a logical value indicating whether NA values in |
To compute the M-estimate, the iterative algorithm described in \insertCiteMarMarYoh06robu;textualrobnptests is used. The variance is estimated as in \insertCiteHub81robu;textualrobnptests.
If max.it
contains decimal places, it is truncated to an integer
value.
A named list containing the components:
est |
estimated mean. |
var |
estimated variance. |
MarMarYoh06roburobnptests
\insertRefHub81roburobnptests
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.