inUMCD {DetR} | R Documentation |
Test function for the unimcd used in DetR.
inUMCD(x)
x |
Vector of 2 or more numbers. Should contain no ties. |
the value of the unimcd estimator of scale.
Kaveh Vakili
Rousseeuw, P. J. (1984), Least Median of Squares Regression, Journal of the American Statistical Association,79, 871–880.
set.seed(123) #for reproductibility x<-rnorm(101) inUMCD(x)