A standard normal, or z-distribution has a mean of zero and a standard deviation of 1. Any normal distribution can be standardized by subtracting the mean from each value in the data and dividing the result by the standard deviation. The result is a distribution of “Z-scores”, where each Z corresponds with a value \(x\) from the original data with mean \(\mu\) and standard deviation \(\sigma\): \[Z=\frac{x-\mu}{\sigma}\] It is often required to calculate the likelhood of a certain outcome within a normallly distributed data set. Calculating the Z-score of an outcome \(x\) is one way of doing this, presenting how many standard deviations that outcome is away from the mean.