Critical Value vs Z-Score

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Critical value

Confidence intervals

A critical value is a cutoff from a reference distribution, such as z or t, that sets a confidence interval's width or a test's rejection boundary.

A critical value marks how far out on a distribution you go to capture a chosen probability. For a confidence interval it is the number of standard errors that brackets the middle C% of the sampling distribution. For example, a 95% confidence interval for a mean using the normal model uses z=1.96z^* = 1.96, because 95% of the standard normal curve lies within 1.96 standard deviations of the center. With small samples and unknown population spread you instead read tt^* from the tt-distribution using the degrees of freedom.

Full entry for critical value

Z-score

Describing data

A z-score tells how many standard deviations a value lies above or below the mean of its distribution.

A z-score standardizes a value by measuring its distance from the mean in standard deviations. You compute it as z=xμσz = \frac{x - \mu}{\sigma}, where xx is the value, μ\mu (mu) is the mean, and σ\sigma (sigma) is the standard deviation. For example, a score of 85 in a distribution with mean 70 and standard deviation 5 has z=(8570)/5=3z = (85 - 70)/5 = 3, so it sits 3 standard deviations above the mean. A negative z-score means the value is below the mean.

Full entry for z-score

Where each one fits in the course