STANDARDIZE

STANDARDIZE(arg1, arg2, arg3) → { number }

Returns a normalised value from a distribution characterised by a mean and standard deviation.

Parameters:

Name Type Description
arg1 number

The value to normalize.

arg2 number

The arithmetic mean of the distribution.

arg3 number

The standard deviation of the distribution, a positive number.

Returns:

Type
number