maths.free › Statistics & Probability › 8. Statistics › Applications of the Normal Distribution
Applications of the Normal Distribution
Apply the normal distribution to real-world scenarios.
College Entrance Exams
There are two good ways to compare two data values from different groups: using \(z\)-scores and using percentiles. The two methods will always give consistent results (meaning that we won’t find, for example, that the first value is better using \(z\)-scores but the second value is better using percentiles), so use whichever method is more comfortable for you.
Evaluating College Entrance Exam Scores
Try it.
According to the Digest of Education Statistics, composite scores on the SAT have mean 1060 and standard deviation 195, while composite scores on the ACT have mean 21 and standard deviation 5.
- At what percentile would an SAT score of 990 fall?
- What is the z-score of an ACT score of 27?
- Which is better: a score of 1450 on the SAT or 29 on the ACT?
Solution
- Using Google Sheets, we can answer this question with the formula “=NORM.DIST(990, 1060, 195, TRUE)”. A score of 990 would fall at the 36th percentile.
- Using the formula \(z=\frac{x-µ}{s}\), we get \(z=\frac{27-21}{5}=1.2\).
Let’s compare the values using both percentiles and \(z\)-values:
Percentiles: Using “=NORM.DIST(1450, 1060, 195, TRUE)” we find that an SAT score of 1450 is at the 98th percentile. Meanwhile, by entering “=NORM.DIST(29, 21, 5, TRUE)” we see that an ACT score of 29 is around the 95th percentile. Since it’s at a higher percentile, we can conclude that an SAT score of 1450 is better than an ACT score of 29.
\(z\)-scores: Using the formula, we see that the \(z\)-score for an SAT score of 1450 is \(z=\frac{1450-1060}{195}=2\), while the \(z\)-score for an ACT score of 29 is \(z=\frac{29-21}{5}=1.6\). Since it has a higher \(z\)-score, an SAT score of 1450 is better than an ACT score of 29.
Coin flipping
In the opening of The Normal Distribution, we saw that the number of heads we get when we flip a coin 100 times is distributed normally. It can be shown that if \(n\) is the number of flips, then the mean of that distribution is \(\frac{n}{2}\) and the standard deviation is \(\frac{\sqrt{n}}{2}\) (as long as \(n\ge 20\)). So, for 100 flips, the mean of the distribution is 50 and the standard deviation is 5. In that opening example, one of our early runs gave us 70 heads in 100 flips, which we noted seemed unusual. Using the normal distribution, we can identify exactly how unusual that really is. Using Google Sheets, the formula “=NORM.DIST(70, 50, 5, TRUE)” gives us 0.999968, which is the 99.997th percentile! How is that useful? Suppose you need to test whether a coin is fair, and so you flip it 100 times. While we might be suspicious if we get 70 heads out of the 100 flips, we now have a numerical measure for how unusual that is: If the coin were fair, we would expect to see 70 heads (or more) only \(100-99.9968=0.0032\%\) of the time. That’s really unlikely! Analysis like this is related to hypothesis testing, an important application of statistics in the sciences and social sciences.
Flipping a Coin
Try it.
Let’s say we flip a coin 64 times and count the number of heads.
- What would be the mean of the corresponding distribution?
- What would be the standard deviation of the corresponding distribution?
- Suppose we got 25 heads, which seems a little low. At what percentile would 25 heads fall?
Solution
- Since \(n=64\), the mean is \(\frac{64}{2}=32\).
- Again using \(n=64\), we get a standard deviation of \(\frac{\sqrt{64}}{2}=4\).
- Using “=NORM.DIST(25, 32, 4, TRUE)”, we see that 25 heads is at the 4th percentile. Reading and Interpreting Scatter Plots
Analyzing Data That Are Normally Distributed
Whenever we’re working with a dataset that has a distribution that looks symmetric and bell-shaped, we can use techniques associated with the normal distribution to analyze the data.
Using Normal Techniques to Analyze Data
Try it.
The data in “AvgSAT” contains the average SAT score for students attending every institution of higher learning in the United States for which data is available. In , we created a histogram for these data:
This distribution is fairly symmetric (it’s just a little right-skewed) and bell-shaped, so we can use normal distribution techniques to analyze the data.
- What is the mean of these average SAT scores?
- What is the standard deviation of these SAT scores?
- Using the answers to the previous two questions, use NORM.DIST in Google Sheets to estimate at what percentile the University at Buffalo in New York (average SAT: 1250) falls.
- Use PERCENTRANK to find the actual percentile of the University at Buffalo, and see how close the estimate in the previous question came.
Solution
- Using the AVERAGE function in Google Sheets, we find that the mean is 1141.174.
- Using the STDEV function, we get that the standard deviation is 125.517.
- Entering “=NORM.DIST(1250, 1141, 125.517, TRUE)” into Google Sheets, we estimate that the University at Buffalo is at the 81st percentile.
- Using PERCENTRANK, we find that the actual percentile is the 84th. These are close!
Practice (3)
Try each one on paper first. Reveal the answer to check; verified ones can be opened in the solver for every step.
-
According to the Digest of Education Statistics, composite scores on the SAT have mean 1060 and standard deviation 195, while composite scores on the ACT have mean 21 and standard deviation 5.
- At what percentile would an SAT score of 990 fall?
- What is the z-score of an ACT score of 27?
- Which is better: a score of 1450 on the SAT or 29 on the ACT?
Giải đáp
- Using Google Sheets, we can answer this question with the formula “=NORM.DIST(990, 1060, 195, TRUE)”. A score of 990 would fall at the 36th percentile.
- Using the formula \(z=\frac{x-µ}{s}\), we get \(z=\frac{27-21}{5}=1.2\).
Let’s compare the values using both percentiles and \(z\)-values:
Percentiles: Using “=NORM.DIST(1450, 1060, 195, TRUE)” we find that an SAT score of 1450 is at the 98th percentile. Meanwhile, by entering “=NORM.DIST(29, 21, 5, TRUE)” we see that an ACT score of 29 is around the 95th percentile. Since it’s at a higher percentile, we can conclude that an SAT score of 1450 is better than an ACT score of 29.
\(z\)-scores: Using the formula, we see that the \(z\)-score for an SAT score of 1450 is \(z=\frac{1450-1060}{195}=2\), while the \(z\)-score for an ACT score of 29 is \(z=\frac{29-21}{5}=1.6\). Since it has a higher \(z\)-score, an SAT score of 1450 is better than an ACT score of 29.
-
Let’s say we flip a coin 64 times and count the number of heads.
- What would be the mean of the corresponding distribution?
- What would be the standard deviation of the corresponding distribution?
- Suppose we got 25 heads, which seems a little low. At what percentile would 25 heads fall?
Giải đáp
- Since \(n=64\), the mean is \(\frac{64}{2}=32\).
- Again using \(n=64\), we get a standard deviation of \(\frac{\sqrt{64}}{2}=4\).
- Using “=NORM.DIST(25, 32, 4, TRUE)”, we see that 25 heads is at the 4th percentile. Reading and Interpreting Scatter Plots
-
The data in “AvgSAT” contains the average SAT score for students attending every institution of higher learning in the United States for which data is available. In , we created a histogram for these data:
This distribution is fairly symmetric (it’s just a little right-skewed) and bell-shaped, so we can use normal distribution techniques to analyze the data.
- What is the mean of these average SAT scores?
- What is the standard deviation of these SAT scores?
- Using the answers to the previous two questions, use NORM.DIST in Google Sheets to estimate at what percentile the University at Buffalo in New York (average SAT: 1250) falls.
- Use PERCENTRANK to find the actual percentile of the University at Buffalo, and see how close the estimate in the previous question came.
Giải đáp
- Using the AVERAGE function in Google Sheets, we find that the mean is 1141.174.
- Using the STDEV function, we get that the standard deviation is 125.517.
- Entering “=NORM.DIST(1250, 1141, 125.517, TRUE)” into Google Sheets, we estimate that the University at Buffalo is at the 81st percentile.
- Using PERCENTRANK, we find that the actual percentile is the 84th. These are close!
Symbols used here
The non-negative number whose square (n-th power) is x.
Inequalities that allow equality; < and > exclude it.
Both signs at once: x = 3 ± 2 means 5 and 1.
Equal to the precision shown, not exactly.
n × (n−1) × … × 1; the number of orderings of n things. 0! = 1.
Number of k-element subsets of n things: n!/(k!(n−k)!).
Add a_k for k = 1 up to n.
In either; in both; in A but not B.
Average of the data; average of the whole population.
Typical distance from the mean; its square.
Chance of A; chance of A given that B happened.
Probability-weighted average of X; its spread.
The bell curve with mean μ and variance σ²; (x − μ)/σ.
How to: Applications of the Normal Distribution
- Apply the normal distribution to real-world scenarios.
- At what percentile would an SAT score of 990 fall?
- What is the
- Which is better: a score of 1450 on the SAT or 29 on the ACT?
- Using Google Sheets, we can answer this question with the formula “=NORM.DIST(990, 1060, 195, TRUE)”. A score of 990 would fall at the 36th percentile.
- Using the formula
- What would be the mean of the corresponding distribution?
- What would be the standard deviation of the corresponding distribution?
Questions people ask
Mean or median — which should I use?
Median when the data have outliers or a long tail (incomes, house prices); mean when the data are roughly symmetric and you want every value to count. Report both if they disagree — the gap is itself information.
What does a p-value actually say?
The probability of seeing data at least this extreme if the null hypothesis were true. It is not the probability that the null hypothesis is true.
Why divide by n − 1 for the sample variance?
The sample mean sits closer to the sample than the true mean does, so squared deviations from it are slightly too small on average; dividing by n − 1 instead of n corrects the bias.
Thử đi.
Parts of this page are adapted from OpenStax Contemporary Mathematics (CC BY-NC-SA 4.0). Condensed and re-explained here; errors are ours.
More in Statistics & Probability
Sampling and dataDescribing data with graphsMean, median and modeProbabilityCounting: permutations and combinationsDiscrete random variablesContinuous random variablesThe normal distributionThe central limit theoremConfidence intervalsHypothesis testingComparing two samplesChi-square testsLinear regression and correlation