CALC.standardize(x, mean, standard_dev)

Returns a normalized value from a distribution characterized by mean and standard_dev. X is the value you want to normalize. Mean is the arithmetic mean of the distribution. Standard_dev is the standard deviation of the distribution.

Example

CALC.standardize(42, 40, 1.5);

// returns 1.3333 (standardized value for 42)

<< CALC.small(array, k) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.stdev(array) >>