out_winsorise(x, min = quantile(x, 0.05), max = quantile(x, 0.95)) out_winsorize(x, min = quantile(x, 0.05), max = quantile(x, 0.95))
| x | 
 Univariate vector, numeric or ts object with only one dimension. | 
|---|---|
| min | 
 The lower bound, all values lower than this will be replaced by this value. | 
| max | 
 The upper bound, all values above than this will be replaced by this value. | 
Returns a vector with the same class and attributes as the input vector.
#> [1] 1.0 3.0 -0.5 5.0 10.0 77.5