calibrated outlier region based on various algorithms

tukeyor(x, alpha=0.05, g=box.scale(length(x), alpha = alpha), ftype="ideal")

Arguments

x

x

alpha

alpha

g

g

ftype

ftype

Author

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(tcost)
apply(tcost, 2, tukeyor)
#>            fuel    repair   capital
#> [1,] -0.1170854 -8.680762 -4.409263
#> [2,] 23.0429188 25.075762 23.047596