Module 6: Sampling Distributions 

Supporting Lectures:
EGN3443 Module 6 - Sampling Distributions and Inference

1. Central Limit Theorem (CLT) and Its Implications

Definition

The Central Limit Theorem states that when independent random samples of size n are drawn from any population with a finite mean (μ) and variance (σ²), the distribution of sample means will approach a normal distribution as the sample size increases, regardless of the shape of the original population distribution.

Key Implications

Example Calculation

If a population has:

Sample Mean Distribution:

Web References: https://en.wikipedia.org/wiki/Central_limit_theorem 

2. Distribution of Sample Means

Definition

The sampling distribution of the mean is a theoretical distribution that describes the possible values of the sample mean for all possible samples of a given size drawn from a population.

Characteristics

Example

Consider a population of test scores:

Calculation

Variance of Sample Mean = σ² / n Standard Error = σ / √n

Web References: https://stats.libretexts.org/Bookshelves/Introductory_Statistics/Introductory_Statistics_(Shafer_and_Zhang)/06%3A_Sampling_Distributions/6.02%3A_The_Sampling_Distribution_of_the_Sample_Mean 

3. Standard Error

Definition

Standard Error is the standard deviation of the sampling distribution of a statistic, most commonly the sample mean.

Formula

Standard Error (SE) = σ / √n

Practical Significance

Example Calculation

Population σ = 15 Sample Sizes:

Web References: https://en.wikipedia.org/wiki/Standard_error 

4. Confidence Intervals

Definition

A confidence interval is a range of values that likely contains the true population parameter with a specified level of confidence.

Key Components

Calculation Formula

Confidence Interval = x̄ ± (z-score) * (Standard Error)

Example

Sample Mean (x̄) = 75 Standard Error = 3 Confidence Level = 95% z-score = 1.96

95% Confidence Interval:

Interpretation

We are 95% confident that the true population mean falls between 69.12 and 80.88.

Web References: https://en.wikipedia.org/wiki/Confidence_interval 

A simpler explanation is at https://www.statisticshowto.com/probability-and-statistics/confidence-interval/ 

5. Sample Size Determination

Definition

Sample size determination involves calculating the number of observations needed to achieve a desired level of precision in statistical estimates.

Factors Influencing Sample Size

Basic Formula

n = (z²* σ² ) / E²

Example Calculation

Sample Size: n = (1.96² * 10²) / 2² = (3.84 * 100) / 4 = 384 / 4 = 96 samples needed

Web References: https://en.wikipedia.org/wiki/Sample_size_determination 

Additional Study Resources