Returns an array of normalised values using the 'z score' algorithm.
Returns the an array of normalised values, along with the mean and standard deviation of array. If you just want the computed results, use array.
array
Calculates 'robust scaling' of a single value, x, based on provided mean and standard deviation.
x
Returns an array of normalised values using the 'z score' algorithm.