Sampling Distribution and Central Limit Theorem

Sampling Distribution of a Sample Mean

  • In statistical studies, researchers often sample individuals and compute numerical summaries.
  • The sample mean xˉ\bar{x} is frequently computed.
  • If multiple samples are drawn, the values of xˉ\bar{x} will likely vary.
  • Therefore, xˉ\bar{x} is considered a random variable.

Sampling Distribution of xˉ\bar{x}

  • For each value of the random variable xˉ\bar{x}, a probability can be computed.
  • The probability distribution of xˉ\bar{x} is known as the sampling distribution of xˉ\bar{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\mu = 2.5
  • Population standard deviation: σ=1.118\sigma = 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ˉ\bar{x}.
  • The mean of all xˉ\bar{x} values is μxˉ=2.5\mu_{\bar{x}} = 2.5.
  • The standard deviation of all xˉ\bar{x} values is σxˉ=0.6455\sigma_{\bar{x}} = 0.6455.
Comparison with Population Values
  • The mean of the sampling distribution μ<em>xˉ=2.5\mu<em>{\bar{x}} = 2.5 is equal to the population mean μ=2.5\mu = 2.5. This relationship always holds: μ</em>xˉ=μ\mu</em>{\bar{x}} = \mu.
  • The standard deviation of the sampling distribution σxˉ=0.6455\sigma_{\bar{x}} = 0.6455 is less than the population standard deviation σ=1.118\sigma = 1.118.
  • The relationship between these quantities is: σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}, where nn is the sample size.
Standard Deviation of the Sampling Distribution
  • Also known as the standard error, it is denoted by σ<em>xˉ\sigma<em>{\bar{x}} and is calculated as: σ</em>xˉ=σn\sigma</em>{\bar{x}} = \frac{\sigma}{\sqrt{n}}.
Example: Television Viewing Habits
  • The mean number of hours of television watched per week by college students is μ=10.5\mu = 10.5 with a standard deviation of σ=3.6\sigma = 3.6.
  • A random sample of 16 students is chosen (n=16n = 16).
  • The mean of the sampling distribution is μxˉ=μ=10.5\mu_{\bar{x}} = \mu = 10.5.
  • The standard deviation of the sampling distribution is σxˉ=σn=3.616=0.9\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{3.6}{\sqrt{16}} = 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ˉ\bar{x} with n=3n = 3 resembles a normal curve.

Central Limit Theorem (CLT)

  • For any population, if the sample size is large enough, the sample mean xˉ\bar{x} will be approximately normally distributed.
  • For symmetric populations, xˉ\bar{x} is approximately normally distributed even for small sample sizes (e.g., n=3n = 3).
  • For skewed populations, a larger sample size is needed for the sampling distribution of xˉ\bar{x} to be approximately normal.
  • A sample size of n > 30 is generally considered large enough.
  • The CLT states that if xˉ\bar{x} is the mean of a large (n > 30) simple random sample, then xˉ\bar{x} has an approximately normal distribution with:
    • Mean: μxˉ=μ\mu_{\bar{x}} = \mu
    • Standard deviation: σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}
  • If the population is normal, the sample mean xˉ\bar{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 nn.
Examples
  • Example 1: A sample of size 45 is drawn from a population with μ=15\mu = 15 and σ=3.5\sigma = 3.5. Since n > 30, xˉ\bar{x} is approximately normally distributed.
  • Example 2: A sample of size 8 is drawn from a normal population with μ=60\mu = -60 and σ=5\sigma = 5. Since the population is normal, xˉ\bar{x} is approximately normally distributed.
  • Example 3: A sample of size 24 is drawn from a population with μ=35\mu = 35 and σ=1.2\sigma = 1.2. Since nn is not greater than 30 and the population is not known to be normal, we cannot be certain that xˉ\bar{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\mu = 25 years with a standard deviation of σ=9.5\sigma = 9.5 years.
  • A simple random sample of 125 students is drawn (n=125n = 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\mu_{\bar{x}} = \mu = 25
  • Standard error: σxˉ=σn=9.5125=0.85\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{9.5}{\sqrt{125}} = 0.85
  • Using the normal curve with μ=25\mu = 25 and σxˉ=0.85\sigma_{\bar{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\mu = 1135 pounds with a standard deviation of σ=97\sigma = 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=100n = 100).
  • Since n > 30, the normal curve can be used.
  • Mean of the sampling distribution: μxˉ=μ=1135\mu_{\bar{x}} = \mu = 1135
  • Standard error: σxˉ=σn=97100=9.7\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{97}{\sqrt{100}} = 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\mu = 25 years with a standard deviation of σ=9.5\sigma = 9.5 years.
  • A simple random sample of 125 students is drawn (n=125n = 125).
  • The goal is to find the 30th percentile of the sample mean xˉ\bar{x}.
  • Since n > 30, the sampling distribution of xˉ\bar{x} is normally distributed.
  • Mean of the sampling distribution: μxˉ=μ=25\mu_{\bar{x}} = \mu = 25
  • Standard error: σxˉ=σn=9.5125=0.8497\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{9.5}{\sqrt{125}} = 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.56x = \mu<em>{\bar{x}} + z \times \sigma</em>{\bar{x}} = 25 + (-0.52) \times 0.8497 = 24.56.