Statistics involves collecting, analyzing, and interpreting data to uncover patterns and inform decisions. The normal curve, or bell curve, is a graphical representation of data distribution where most values cluster around the mean, tapering off symmetrically on both sides. Z-scores measure how many standard deviations a data point is from the mean, allowing for comparison across different datasets and helping to identify outliers or unusual values within a distribution.
Statistics involves collecting, analyzing, and interpreting data to uncover patterns and inform decisions. The normal curve, or bell curve, is a graphical representation of data distribution where most values cluster around the mean, tapering off symmetrically on both sides. Z-scores measure how many standard deviations a data point is from the mean, allowing for comparison across different datasets and helping to identify outliers or unusual values within a distribution.
What is a z-score?
A z-score measures how many standard deviations a value X is from the mean μ: z = (X − μ)/σ. It standardizes different data sets.
What is a normal distribution (normal curve)?
A symmetric, bell-shaped distribution defined by mean μ and standard deviation σ, where data cluster around the mean and follow the 68-95-99.7 rule.
What is the standard normal distribution?
The normal distribution with mean μ = 0 and standard deviation σ = 1. Z-scores convert any normal distribution to this standard form.
How do you find probabilities from z-scores?
Convert X to z, then use the standard normal CDF Φ(z) to find P(Z ≤ z) (via tables or a calculator). For two-sided tails, use symmetry as needed.