reweightedQn: Reweighted Variant of the Robust Scale Estimator Qn

Description Usage Arguments Details Value Author(s) References See Also

Description

Computes a reweighted variant of the robust scale estimator Qn.

Usage

1
reweightedQn(x, boundq = 0.999)

Arguments

x

numeric vector of observations.

boundq

numeric value specifying the quantile of the chi square distribution for the reweighting step, see Details.

Details

In a first step the ordinary Qn estimator is computed. In a second step the empirical standard deviation is computed using all observations whose squared residuals based median and Qn are smaller than the boundq quantile of a chi square distribution with one degree of freedom. This additional reweighting step improves the efficiency as compared to the Qn estimator, which was introduced by Rousseeuw and Croux (1993).

Value

Numeric value with the estimated scale.

Author(s)

Alexander Dürre, Tobias Liboschik and Jonathan Rathjens

References

Rousseeuw, P.J., Croux, C. (1993): Alternatives to the median absolute deviation, Journal of the American Statistical Association, vol. 88, 1273–1283.

See Also

Qn for the non-reweighted Qn estimator.


robts documentation built on May 2, 2019, 4:55 p.m.