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