mloc {pense} | R Documentation |
Compute the M-estimate of Location
Description
Compute the M-estimate of location using an auxiliary estimate of the scale.
Usage
mloc(x, scale, rho, cc, opts = mscale_algorithm_options())
Arguments
x |
numeric values. Missing values are verbosely ignored. |
scale |
scale of the |
rho |
the |
cc |
value of the tuning constant for the chosen |
opts |
a list of options for the M-estimating algorithm, see
|
Value
a single numeric value, the M-estimate of location.
See Also
Other functions to compute robust estimates of location and scale:
mlocscale()
,
mscale()
,
tau_size()
[Package pense version 2.2.2 Index]