In statistical studies, researchers often sample individuals and compute numerical summaries.
The sample mean xˉ is frequently computed.
If multiple samples are drawn, the values of xˉ will likely vary.
Therefore, xˉ is considered a random variable.
Sampling Distribution of xˉ
For each value of the random variable xˉ, a probability can be computed.
The probability distribution of xˉ is known as the sampling distribution of xˉ.
Example: Tetrahedral Dice
Tetrahedral dice are pyramid-shaped with four faces, each numbered from 1 to 4.
Tossing a tetrahedral die simulates sampling from the population {1, 2, 3, 4}.
Population mean: μ=2.5
Population standard deviation: σ=1.118
If a tetrahedral die is tossed three times, this is a sample of size 3 drawn with replacement.
Consider all possible samples of size 3 and their respective sample means xˉ.
The mean of all xˉ values is μxˉ=2.5.
The standard deviation of all xˉ values is σxˉ=0.6455.
Comparison with Population Values
The mean of the sampling distribution μ<em>xˉ=2.5 is equal to the population mean μ=2.5. This relationship always holds: μ</em>xˉ=μ.
The standard deviation of the sampling distribution σxˉ=0.6455 is less than the population standard deviation σ=1.118.
The relationship between these quantities is: σxˉ=nσ, where n is the sample size.
Standard Deviation of the Sampling Distribution
Also known as the standard error, it is denoted by σ<em>xˉ and is calculated as: σ</em>xˉ=nσ.
Example: Television Viewing Habits
The mean number of hours of television watched per week by college students is μ=10.5 with a standard deviation of σ=3.6.
A random sample of 16 students is chosen (n=16).
The mean of the sampling distribution is μxˉ=μ=10.5.
The standard deviation of the sampling distribution is σxˉ=nσ=163.6=0.9.
Probability Histograms and Sampling Distributions
In the tetrahedral die example, each number has a probability of 0.25.
The probability histogram for the population is uniform.
The probability histogram for the sampling distribution of xˉ with n=3 resembles a normal curve.
Central Limit Theorem (CLT)
For any population, if the sample size is large enough, the sample mean xˉ will be approximately normally distributed.
For symmetric populations, xˉ is approximately normally distributed even for small sample sizes (e.g., n=3).
For skewed populations, a larger sample size is needed for the sampling distribution of xˉ to be approximately normal.
A sample size of n > 30 is generally considered large enough.
The CLT states that if xˉ is the mean of a large (n > 30) simple random sample, then xˉ has an approximately normal distribution with:
Mean: μxˉ=μ
Standard deviation: σxˉ=nσ
If the population is normal, the sample mean xˉ will be normal for any sample size.
Determining When to Use the Central Limit Theorem
If n > 30, the CLT applies.
If the population is approximately normal, the CLT applies for any n.
Examples
Example 1: A sample of size 45 is drawn from a population with μ=15 and σ=3.5. Since n > 30, xˉ is approximately normally distributed.
Example 2: A sample of size 8 is drawn from a normal population with μ=−60 and σ=5. Since the population is normal, xˉ is approximately normally distributed.
Example 3: A sample of size 24 is drawn from a population with μ=35 and σ=1.2. Since n is not greater than 30 and the population is not known to be normal, we cannot be certain that xˉ has an approximately normal distribution.
Calculating Probabilities Involving a Sample Mean
Example: Age of College Students
The mean age of college students is μ=25 years with a standard deviation of σ=9.5 years.
A simple random sample of 125 students is drawn (n=125).
The goal is to find the probability that the sample mean age is greater than 26.
Since n > 30, the CLT applies.
Mean of the sampling distribution: μxˉ=μ=25
Standard error: σxˉ=nσ=1259.5=0.85
Using the normal curve with μ=25 and σxˉ=0.85, we find the probability that \bar{x} > 26.
Using Excel: =1-NORM.DIST(26, 25, 0.85, TRUE) yields a result of 0.1197.
Example: Weight of Hereford Cattle
The mean weight of a one-year-old Hereford bull is μ=1135 pounds with a standard deviation of σ=97 pounds.
The question is whether it would be unusual for the mean weight of 100 head of cattle to be less than 1100 pounds (n=100).
Since n > 30, the normal curve can be used.
Mean of the sampling distribution: μxˉ=μ=1135
Standard error: σxˉ=nσ=10097=9.7
Finding the probability that \bar{x} < 1100.
Using Excel: =NORM.DIST(1100, 1135, 9.7, TRUE) yields a probability of 0.00015.
Since this probability is much smaller than 0.05, it would be unusual.
Finding a Percentile Using the Central Limit Theorem
Example: Age of College Students (Percentile Calculation)
The mean age of college students is μ=25 years with a standard deviation of σ=9.5 years.
A simple random sample of 125 students is drawn (n=125).
The goal is to find the 30th percentile of the sample mean xˉ.
Since n > 30, the sampling distribution of xˉ is normally distributed.
Mean of the sampling distribution: μxˉ=μ=25
Standard error: σxˉ=nσ=1259.5=0.8497
The 30th percentile is the value with an area of 0.3 to its left.
Using Excel: =NORM.INV(0.3, 25, 0.8497) yields a value of approximately 24.55.
Using Table A-2, a z-score of -0.52 is found.
The value from the sampling distribution is: x=μ<em>xˉ+z×σ</em>xˉ=25+(−0.52)×0.8497=24.56.