The Z score is a measure of how many standard deviations an element is from the mean. It is calculated using the formula:
\[ Z = \frac{x - \mu}{\sigma} \]
where \(x\) is the value from the dataset, \(\mu\) is the mean and \(\sigma\) is the standard deviation.
Show more…