An outlier is an observation that lies an abnormal distance from other values in a dataset.
This function calculates the average and standard deviation of the array, and then finds the values
that are beyond the threshold (threshold = average + 2 * standard deviation).
ArrayUtils
Find outliers in an array of numbers.
An outlier is an observation that lies an abnormal distance from other values in a dataset. This function calculates the average and standard deviation of the array, and then finds the values that are beyond the threshold (threshold = average + 2 * standard deviation).