mscale | R Documentation |
Compute the M-scale without centering the values.
mscale(
x,
bdp = 0.25,
cc = consistency_const(bdp, "bisquare"),
opts = mscale_algorithm_options(),
delta = deprecated(),
rho = deprecated(),
eps = deprecated(),
maxit = deprecated()
)
x |
numeric values. Missing values are verbosely ignored. |
bdp |
desired breakdown point (between 0 and 0.5). |
cc |
cutoff value for the bisquare rho function. By default, chosen to yield a consistent estimate for the Normal distribution. |
opts |
a list of options for the M-scale estimation algorithm,
see |
delta |
deprecated. Use |
rho , eps , maxit |
deprecated. Instead set control options for the algorithm
with the |
the M-estimate of scale.
Other functions to compute robust estimates of location and scale:
mloc()
,
mlocscale()
,
tau_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.