STANDARDIZE
Description
Returns the normalized value of a distribution based on the specified mean and standard deviation.
Syntax
STANDARDIZE(
x
,
mean
,
standard_dev
)
- x: The value to normalize.
- mean: The arithmetic mean of the distribution.
- standard_dev: The standard deviation of the distribution.