WOLFRAM|DEMONSTRATIONS PROJECT

Sampling Distribution of the Sample Mean

​
sampling distribution of the sample mean
statistical concepts
sample size
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
25
100
1000
10000
100000
sample size
1
μ
8
σ
0.1
aesthetics
color
font size
decimals
The sample mean is a specific number for a specific sample. The sample mean is a random variable that varies from one random sample to another. Provided the sample size is sufficiently large, the sampling distribution of the sample mean is approximately normal (regardless of the parent population distribution), with mean equal to the mean of the underlying parent population and variance equal to the variance of the underlying parent population divided by the sample size. More formally, if
X
1
,
X
2
,...,
X
n
are a random sample from an infinite population with mean
μ
and variance
2
σ
then
E(X)=μ
and
var(
X
)≡
2
σ
X
=
2
σ
/n
; and assuming the moment-generating function of the population exists, the limiting distribution of

X
-μσ
n

as
n
approaches infinity is the standard normal distribution (Freund 1992).
With "sampling distribution of the sample mean" checked, this Demonstration plots probability density functions (PDFs) of a random variable (normal parent population assumed) and its sample mean as the graphs of
f(X)
and
g(
X
)
respectively.
For given other parameters (
μ
and
σ
), increase the sample size to visualize the effect on the standard error and therefore sampling distribution of the sample mean. As an estimator of an unknown population mean, the sample mean possesses the properties of unbiasedness and consistency, among others. To visualize the consistency property of the sample mean, set the sample size to 100,000 and observe the variance vanish and (given unbiasedness) the distribution of the sample mean collapse onto the parent population mean.
This Demonstration is intended to be an instructional or educational tool for educators and students in introductory statistics and econometrics courses.