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.
By default it will compute mean and std.dev based on array. If you have these already, they
can be passed as options.
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.By default it will compute mean and std.dev based on
array. If you have these already, they can be passed as options.