z scores

Z scores calculate a standardized difference between the observed and expected value of a statistic:

In this case, I is the statistic, E(I) is the expected value of I, and Var(I) is the variance of I. Z scores are distributed approximately normally, with a mean of 0 and a variance of 1.0.

See Also