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()
)
numeric values. Missing values are verbosely ignored.
desired breakdown point (between 0 and 0.5).
cutoff value for the bisquare rho function. By default, chosen to yield a consistent estimate for the Normal distribution.
a list of options for the M-scale estimation algorithm,
see mscale_algorithm_options()
for details.
deprecated. Use bpd
instead.
deprecated. Instead set control options for the algorithm
with the opts
arguments.
the M-estimate of scale.