Normal Distribution & Sampling Calculator

Compute normal distribution probabilities, z-scores, and sampling distributions with visual comparison of population vs sample mean curves and confidence intervals.

For sampling distribution

Individual X ~ N(100.00, 15.00²)

z-score
0.3333
(105.00 − 100.00) / 15.00
P(X ≤ 105.00)
0.630559
63.056%
P(X > 105.00)
0.369441
36.944%
P(90.0 < X < 110.0)
0.495015
49.502%

Sampling Distribution X̄ ~ N(100.00, 2.7386²)

Standard Error
2.7386
σ/√n = 15.00/√30
z-score for X̄ = 105.00
1.8257
(X̄ − μ) / SE
P(X̄ ≤ 105.00)
0.966055
96.606%
P(90.0 < X̄ < 110.0)
0.999739
99.974%

Population vs Sampling Distribution

Population   Sampling (n=30)

Confidence Intervals (for X̄ = 105.00)

Levelz*LowerUpperWidth
90%±1.645100.495109.5059.010
95%±1.96099.632110.36810.735
99%±2.57697.945112.05514.109

Sample Size Effect on Precision

nSE95% CI WidthVisual
56.708226.2962
104.743418.5942
253.000011.7600
502.12138.3156
1001.50005.8800
2500.94873.7188
5000.67082.6296
10000.47431.8594
Planning notes, formulas, and examples

About the Normal Distribution & Sampling Calculator

The normal distribution and sampling calculator works with the Gaussian model for both individual observations and sample means. It computes probabilities, z-scores, and sample-distribution values, then shows how the two curves compare.

The normal model is used for heights, weights, measurement error, test scores, and many other approximately bell-shaped datasets. Its sampling distribution is what makes confidence intervals and hypothesis tests possible.

Enter the population mean and standard deviation, then explore point probabilities, interval probabilities, confidence intervals, and how sample size changes the spread of sample means.

When This Page Helps

This page is useful when you need both the probability of a single value and the probability of an average from repeated sampling. Those are related, but they are not the same calculation.

Seeing the population curve and the sampling curve together makes the central limit theorem easier to interpret and shows why larger samples produce tighter estimates.

How to Use the Inputs

  1. Enter the population mean (μ) and standard deviation (σ).
  2. Enter x for point probability / z-score calculation.
  3. Enter x₁ and x₂ for interval probability P(x₁ < X < x₂).
  4. Enter the sample size n to compute the sampling distribution of X̄.
  5. Compare population and sampling distributions in the overlay chart.
  6. Review confidence intervals and sample size effect tables.
Formula used
PDF: f(x) = (1/(σ√(2π))) exp(−(x−μ)²/(2σ²)). z = (x − μ)/σ. SE = σ/√n. CI: X̄ ± z*·SE. P(X ≤ x) = Φ(z).

Example Calculation

Result: Individual: P(X ≤ 120) = 90.88%, z = 1.33. Sample mean: P(X̄ ≤ 120) = 100.00%, z = 6.67

With μ = 100, σ = 15: a single observation of 120 has z = 1.33 (91st percentile). But a sample mean of 120 from n = 25 has z = 6.67 (virtually impossible) because SE = 15/√25 = 3.

Tips & Best Practices

  • The 68-95-99.7 rule: about 68% of data falls within ±1σ, 95% within ±2σ, and 99.7% within ±3σ of the mean.
  • The sampling distribution of X̄ is always narrower than the population distribution by a factor of √n.
  • Quadrupling the sample size halves the standard error (and 95% CI width) — diminishing returns apply.
  • z-scores above 3 (or below −3) are extremely rare for an individual observation, but common for sample means from large samples.
  • The normal distribution is fully characterized by just two parameters: mean and standard deviation.
  • For non-normal populations, the sampling distribution of X̄ still approaches normal by the CLT when n ≥ 30.

The Central Limit Theorem in Action

The CLT states that X̄ ~ N(μ, σ²/n) regardless of the population distribution, provided n is sufficiently large. This calculator demonstrates the effect: as you increase n, the sampling distribution narrows dramatically, showing why large samples give precise estimates.

Normal Distribution in Quality Control

Six Sigma methodology uses the normal distribution to set quality standards. A "six sigma" process has defect rates of 3.4 per million — corresponding to 6 standard deviations from the mean. Control charts use z-scores to detect when a process has shifted.

From Z-scores to P-values

In hypothesis testing, z-scores convert to p-values via the normal CDF. A two-tailed p-value is 2×P(Z > |z|). It gives the building blocks for understanding t-tests, z-tests, and the foundation of statistical inference.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • A z-score measures how many standard deviations a value is from the mean: z = (x − μ)/σ. A z-score of 2 means the value is 2 standard deviations above the mean, which is in the top ~2.3%.