Loading…

Shape of the Sampling Distribution of X

Statistics • Sampling Distributions

View all topics

Inputs

These describe the population distribution.

If sampling is without replacement and n / N > 0.05, a correction factor is applied to σx̄.

Used for the simulation so you can see how x̄ becomes approximately normal as n increases.

CSV can be key,value rows (mu, sigma, n, N, pop, popDist, method) or a header row with those columns.

Builds histograms for the population (top) and for simulated x̄ values (bottom).

Ready
Enter μ, σ, and n, then click Calculate.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the mean of the sampling distribution of the sample mean?

The mean of the sampling distribution of xbar equals the population mean: mu_xbar = mu. This is why xbar is an unbiased estimator of mu.

How do you compute the standard deviation of xbar (standard error)?

For sampling with replacement (or an effectively infinite population), sigma_xbar = sigma / sqrt(n). This value is the standard deviation of the sampling distribution of the sample mean.

When does the calculator use the finite population correction?

If you choose sampling without replacement and provide N, the calculator applies the correction factor sqrt((N - n) / (N - 1)) when n / N > 0.05. The corrected standard error is (sigma / sqrt(n)) x sqrt((N - n) / (N - 1)).

Why does sigma_xbar get smaller as the sample size increases?

Because sigma_xbar = sigma / sqrt(n), increasing n increases the denominator sqrt(n). Larger samples make sample means more concentrated around mu.

What does the simulation histogram show on this page?

The simulation repeatedly generates sample means and plots their distribution as a histogram. It helps you compare simulated behavior to the theoretical sampling distribution centered at mu with spread sigma_xbar.