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 Normalise.ZScore.array.
array
Returns a function that computes zscore-based normalisation.
Returns an array of normalised values using the 'z score' algorithm.