Normal Probability Calculator for Sampling Distributions
Find interval probabilities for sample means and sample proportions using standard errors and the normal sampling model.
About normal probabilities for sampling distributions
Sampling distribution examples
Examples for both supported sample statistics.
| Inputs | Probability | Interpretation |
|---|---|---|
| Mean: mu = 100, sigma = 15, n = 25, bounds 97 to 103 | 0.68268947 | The bounds are one standard error below and above the population mean. |
| Proportion: p = 0.5, n = 100, bounds 0.45 to 0.55 | 0.68268947 | The standard error is 0.05, so the bounds have z-scores -1 and 1. |
| Mean: mu = 50, sigma = 10, n = 100, bounds 48 to 52 | 0.95449974 | The standard error is 1, placing the bounds two standard errors from the mean. |
How to calculate a sampling probability
- Choose Sample Mean or Sample Proportion to match the statistic being studied.
- Enter the known population parameter values and the positive whole-number sample size.
- Enter the lower and upper values that define the interval of interest.
- Select Calculate Probability to see the normal area, standard error, and endpoint z-scores.
Sampling distribution FAQ
What is a sampling distribution?
It is the probability distribution of a statistic over repeated samples of a fixed size. It describes variability between samples rather than variability between individual observations.
What is standard error?
Standard error is the standard deviation of a sampling distribution. It becomes smaller as sample size grows, reflecting more precise sample statistics.
When is the sample mean approximately normal?
It is exactly normal when the source population is normal. For many other populations, the Central Limit Theorem gives a useful approximation when the sample is sufficiently large.
When is a sample proportion approximately normal?
A common rule requires both np and n(1-p) to be at least 10. Smaller expected counts can make the continuous normal model inaccurate.
Why does increasing sample size narrow the distribution?
A larger sample averages out more random observation-level variation. Mathematically, the standard error falls in proportion to one divided by the square root of n.