An array of numeric values. Missing values will be ignored and retained.
lowerLimit
If a value is provided then values less than this in this will be replaced with the value of lowerLimit.
upperLimit
If a value is provided then values greater than this in this will be replaced with the value of upperLimit.
...
Extra unused arguments.
Value
An array with outliers replaced.
Details
A new array is returned with outliers replaced with limit values.
Any value that is less than lowerLimit or greater than upperLimit is
considered an outlier. Missing values are ignored.