R/locationScaleDepth.R
lsdSampleMaxDepth.Rd
Calculates the maximum Student depth estimator of location and scale for one dimensional data (an alternative for MED and MAD or for the mean and standard deviation).
lsdSampleMaxDepth(x, iter = 100, eps = 1e-04, p_length = 10)
x | one dimensional vector with sample |
---|---|
iter | maximum number of iterations in algorith for calculation Location-Scale Depth |
eps | tolerance level |
p_length | is the maximum length of the precision step at the end |
Calculations are based on lsdepth algorithm written by Ch. Muller.
Mizera, I., Muller, C. H., 2004. Location-scale depth (with discussion). Journal of the American Statistical Association 99, 949--966.
#> An object of class "LSDepth" #> Slot "max_depth": #> [1] 43 #> #> Slot "mu": #> [1] -0.1994281 #> #> Slot "sigma": #> [1] 0.620032 #>#> An object of class "LSDepth" #> Slot "max_depth": #> [1] 42 #> #> Slot "mu": #> [1] 0.7608395 #> #> Slot "sigma": #> [1] 0.5563993 #>