<aside>
<img src="/icons/table_red.svg" alt="/icons/table_red.svg" width="40px" /> Table of Contents
-
Sampling Distribution
- Introduction
- Population: The set of all elements of interest in a study.
- Sample: A subset of the population used for data collection and analysis.
- Sample Statistic: A measure (e.g., mean, standard deviation) computed from a sample.
- Sampling Distribution: The probability distribution of a sample statistic (e.g., sample mean, sample proportion).
- Key Idea
- Different samples drawn from the same population may provide different values for the sample statistic.
- The collection of all possible values of the sample statistic forms the sampling distribution.
-
Sampling Distribution of Arithmetic Mean
- Definition
- Sampling Distribution of Arithmetic Mean: The probability distribution of all possible values of the sample mean $\bar{x}$ when samples of size $n$ are drawn from a population.
- Mean of Sampling Distribution (Expected Value)
- $E(\bar{x}) = \mu$,
- where:
- $E(\bar{x})$: Expected value of the sample mean.
- $\mu$: Population mean.
- If the expected value of the sample mean equals the population mean, the sample mean is an unbiased estimator of $\mu$.
-
Standard Deviation of Sampling Distribution (Standard Error of the Mean)
-
For a finite population:
$$
\sigma_{\bar{x}} = \sqrt{\frac{N - n}{N - 1}} \cdot \frac{\sigma}{\sqrt{n}}
$$
- Where:
- $\sigma_{\bar{x}}$: Standard error of the mean.
- $N$: Population size.
- $n$: Sample size.
- $\sigma$: Population standard deviation.
-
For an infinite population:
$$
\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}
$$
-
Shape of Sampling Distribution
- Normal Population:
- If the population is normally distributed, the sampling distribution of $\bar{x}$ is also normally distributed.
- Non-Normal Population:
- If the population is not normally distributed, the sampling distribution of $\bar{x}$ approaches normality as $n$ becomes large ($n > 30$) by the Central Limit Theorem.
-
Key Properties of Sampling Distribution
- Reduction in Standard Error:
- As $n$ increases, $\sigma_{\bar{x}}$ decreases, indicating higher precision in the sample mean.
- Diminishing Returns:
- Increasing $n$ reduces $\sigma_{\bar{x}}$, but the rate of improvement diminishes.
-
When to Use the Sampling Distribution Formula
- Recognizing Sampling Distribution Problems:
- Key Clue 1: The problem mentions sample mean or sample proportion.
- Key Clue 2: The problem involves sampling (e.g., "a random sample of size n is taken from a population").
- Key Clue 3: You're tasked with finding probabilities related to the sample mean ($\bar{x}$) or how the mean varies from sample to sample.
- Common Scenarios:
- Problems that require calculating the standard error ($\sigma_{\bar{x}}$) or understanding how the sample mean distribution behaves.
- Words like "sample size," "expected value of sample mean," or "distribution of sample means" appear.