The Z-score is calculated by subtracting the mean from the individual data value and then dividing by the standard deviation. The formula is given by:
\[Z = \frac{X - \mu}{\sigma}\]
where:
- \(Z\) is the Z-score,
- \(X\) is the individual data value,
- \(\mu\) is
Show more…