Sampling Distribution Calculator

Sampling Distribution Calculator

Calculate probabilities for sample means using the Central Limit Theorem and normal distribution.

Last updated: March 2026

Calculator

P(X̄ ≤ 52)
0.863339
P(X̄ ≥ x̄)0.136661
Standard error (σ_x̄)1.825742
z-score1.0954
μ_x̄ (mean of x̄)50.0000
σ_x̄ (std dev of x̄)1.825742

What is Sampling Distribution?

A sampling distribution is the probability distribution of a statistic (like the sample mean) calculated from repeated samples of the same population. If you drew many random samples from a population and calculated the mean of each, the distribution of those means would be the sampling distribution of the mean.

The Central Limit Theorem (CLT) is the foundation: regardless of the original population's shape, the sampling distribution of the mean is approximately normal (bell-shaped) when n is sufficiently large (typically n ≥ 30). This is remarkably powerful—it means you can use normal distribution methods for inference even if the raw data isn't normally distributed.

The sampling distribution has a mean equal to the population mean (μ) and standard deviation called the standard error, equal to σ/√n. This calculator finds the probability of observing a sample mean within a range given the population parameters and sample size.

How to Use Sampling Distribution

Calculation Process

Step 1: Enter the population mean (μ) and standard deviation (σ)
Step 2: Specify your sample size (n)
Step 3: Enter the sample mean value (x̄) you want to test probability for
Step 4: Calculate standard error and z-score
Step 5: Use normal CDF to find P(X̄ ≤ x̄) and P(X̄ ≥ x̄)

Key Formulas

Standard Error: SE = σ / √n
Z-Score: z = (x̄ - μ) / SE
Probability: P(X̄ ≤ x̄) = Φ(z)
where Φ is the standard normal CDF

Central Limit Theorem Requirements

  • n ≥ 30 for most populations (less if population is normal)
  • Population is independent and identically distributed
  • Sampling is done with replacement (or n < 5% of population)

Worked Example

Manufacturing Quality Control: Bolt Diameter

Scenario:
Production line produces bolts with μ = 50mm, σ = 10mm
You sample n = 30 bolts and get x̄ = 52mm
Question: What's probability of sample mean ≤ 52mm?
Calculation:
SE = 10 / √30 = 10 / 5.477 = 1.826mm
z = (52 - 50) / 1.826 = 2 / 1.826 = 1.095
P(X̄ ≤ 52) = Φ(1.095) ≈ 0.863 (86.3%)
P(X̄ ≥ 52) = 1 - 0.863 = 0.137 (13.7%)
Interpretation:
86.3% probability of mean ≤ 52mm
If we repeatedly sample 30 bolts from the production line, about 86.3% of sample means would be 52mm or less.
A sample mean of 52 is not unusual (well within normal variation). It's only ~1.1 standard errors above the population mean.
For quality control: this sample doesn't indicate a significant process shift.

Frequently Asked Questions

Why is standard error smaller than population std dev?

Because sample means vary less than individual observations. SE = σ/√n decreases with larger n. If you average 100 values, the average is more stable than any single value.

What does z-score mean in this context?

It measures how many standard errors your sample mean is from the population mean. z=1.5 means 1.5 standard errors above μ. Larger |z| indicates a more extreme sample mean.

Why must n ≥ 30?

The Central Limit Theorem states that for n ≥ 30, the sampling distribution is approximately normal regardless of population shape. For smaller n, you need the population itself to be normal.

How does sample size affect the sampling distribution?

Larger n makes SE smaller, so the distribution gets narrower and taller. Doubling n reduces SE by 1/√2. To halve SE, you need to quadruple n.

Can I use this for non-normal populations?

Yes, as long as n ≥ 30 (or n ≥ 15 for less extreme skewness). The CLT guarantees the sampling distribution is approximately normal, even if population data looks nothing like normal.

What if my z-score is negative?

That's fine. Negative z means sample mean is below population mean. P(X̄ ≥ x̄) is just 1 minus the CDF value. The calculator handles this automatically.

Related Tools