Get Bounds for Outlier Detection
get_bounds.Rd
This function calculates the bounds for outlier detection using the LocScaleB method.
Examples
get_bounds(c(1, 2, 3, 4, 5), k = 3)
#> Warning: Please note that log(x+1) transformation is applied
#> No outliers found
#> lower.low upper.up
#> 0.106742 2.665847