Sampling Distributions • Central Limit Theorem • Standard Error
| Measure | Population | Sample |
|---|---|---|
| Mean | μ | x̄ |
| Std Dev | σ | s |
| Proportion | p | p̂ |
Parameter: Fixed value describing population (usually unknown)
Statistic: Calculated from sample data (varies from sample to sample)
Sampling Distribution: Distribution of a statistic across all possible samples of size n
Standard Error (SE): Standard deviation of a sampling distribution
Statement: For samples of size n from a population with μ and σ, the sampling distribution of x̄ is approximately normal with:
Key Rule: To cut SE in half, multiply n by 4
| To reduce SE by: | Multiply n by: |
|---|---|
| Half (÷2) | 4 |
| One-third (÷3) | 9 |
| One-quarter (÷4) | 16 |
where x = number of successes
For normal approximation:
Then use z-table to find probabilities
| Scenario | Use |
|---|---|
| One individual | z = (x-μ)/σ |
| Sample mean | z = (x̄-μ)/(σ/√n) |
| Sample proportion | z = (p̂-p)/√(p(1-p)/n) |
Given: μ = 100, σ = 20, n = 64. Find P(x̄ > 105)
Step 1: Check CLT → n = 64 ≥ 30
Step 2: μₓ̄ = 100, σₓ̄ = 20/√64 = 20/8 = 2.5
Step 3: z = (105-100)/2.5 = 5/2.5 = 2.0
Step 4: P(z > 2.0) = 1 - 0.9772 = 0.0228 or 2.28%
This quick reference covers the essentials. For comprehensive explanations and examples:
Full Study Guide Back to Module 5