Office hours (instructor example): T & R 2–3 PM, via Zoom
From Simulation to Theory
Earlier slide set: simulated many samples under H0 and plotted the resulting sample proportions.
Dolphin–communication example and community-recycling example both showed bell-shaped histograms.
Observation → Insight
Repeated-sample behavior of p^ resembles a normal curve → motivates normal approximation.
A theoretical model lets us replace thousands of shuffles with a single formula-based calculation.
Sampling Distribution Fundamentals
Sampling distribution = distribution of a statistic across all possible samples of fixed size n.
Describes shape, center, spread attributable to random sampling ("chance alone").
Key takeaway: If we know this distribution, we can quantify how unusual a single sample’s statistic is when H0 is true.
Distribution of the Sample Proportion p^
Center (mean): E[p^]=p (the true population proportion).
Spread (standard error SE):
SEp^=np(1−p)
Think of SE as a new ruler for measuring how far an observed p^ sits from the hypothesised p.
Central Limit Theorem (CLT) for Proportions
CLT assures that, under certain conditions, the sampling distribution of p^ is approximately normal: p^∼N(p,np(1−p))
Implication: We can use z-scores & normal probabilities for inference instead of re-simulating.
Conditions for Normal Approximation
Independence
Individual observations must not influence one another.
Usually guaranteed by simple random sampling (SRS) or a well-designed experiment.
Success–Failure Condition
Under the model being checked (often H<em>0), require
np</em>0≥10andn(1−p0)≥10
Ensures tails of the binomial are well-captured by the normal curve.
"10" is empirical but widely accepted; larger thresholds tighten approximation.
Using the Normal Model in Hypothesis Testing
In practice we don’t know p, so for SE we plug in the null valuep<em>0:
SE</em>H<em>0=np</em>0(1−p0)
Interpretation: We build the sampling distribution assuming H0 is true; deviations are judged relative to that benchmark.
Independence: Deeper Considerations
Random sampling → independence usually reasonable.
Non-random scenarios (e.g.
cluster sampling, time series, social networks) → must justify or adjust (e.g.
finite-population correction, bootstrapping, or other models).