Neural Sync Active
Week 6.2: Sampling Distributions
Registry Synced
Week 6.2: Sampling Distributions
581 words
3 min read
Reading compass
Now · 1. Intuition: The Distribution of a Statistic
Week 6.2: Sampling Distributions
Prerequisites: CLT (Week 5.2: Law of Large Numbers & Central Limit Theorem), Normal Distribution (Week 4.2: Common Continuous Distributions) Cross-links: BSMA3012 (Linear Stat Models) — inference Core question: What distributions describe sample statistics before we observe data?
1. Intuition: The Distribution of a Statistic
A statistic is any function of the sample (e.g., Xˉ, S2, sample median). Its sampling distribution is the probability distribution of that statistic over repeated sampling.
Key idea: Before we draw the sample, Xˉ is a random variable with its own distribution. After we draw, it's a number.
2. Sampling Distribution of the Sample Mean
If X1,…,Xn∼i.i.d. (μ,σ2):
- Exact (normal data): If Xi∼N(μ,σ2), then Xˉ∼N(μ,σ2/n).
- Approximate (CLT): For large n, Xˉ≈N(μ,σ2/n). Standard error: SE(Xˉ)=σ/n.
3. Sampling Distribution of the Sample Variance
σ2(n−1)S2∼χn−12,Definition The sample variance is S2=n−11∑i=1n(Xi−Xˉ)2. For Xi∼N(μ,σ2) i.i.d.:
where χn−12 is the chi-squared distribution with n−1 degrees of freedom.
4. The Chi-Squared Distribution
Definition (χk2) If Z1,…,Zk∼N(0,1) i.i.d., then ∑i=1kZi2∼χk2. Properties:
- E[χk2]=k
- Var(χk2)=2k
- As k→∞, χk2≈N(k,2k) PDF:
5. The t-Distribution
>T=V/kZ∼tk.>Definition (tk) If Z∼N(0,1) and V∼χk2 are independent, then:
Properties:
- Symmetric around 0, heavier tails than normal
- As k→∞, tk→N(0,1)
- Var(T)=k/(k−2) for k>2 Critical use: When σ is unknown, replace with S:
6. The F-Distribution
>F=V2/d2V1/d1∼Fd1,d2.>Definition (Fd1,d2) If V1∼χd12 and V2∼χd22 are independent:
Use: Comparing two variances: S12/S22∼Fn1−1,n2−1 under equal variances.
7. Summary Table
| Statistic | Distribution | When |
|---|---|---|
| σ/nXˉ−μ | N(0,1) | Known σ , normal data or large n |
| S/nXˉ−μ | tn−1 | Unknown σ , normal data |
| σ2(n−1)S2 | χn−12 | Normal data |
| S22/σ22S12/σ12 | Fn1−1,n2−1 | Two normal samples |
8. Practice Questions
Q1 (Easy)
If Xi∼N(10,4) i.i.d. for n=25, what is the distribution of Xˉ?
Full SolutionXˉ∼N(10,4/25)=N(10,0.16).
Q2 (Medium)
For n=20 normal samples, xˉ=15, s=3. Find a distribution for s/nXˉ−μ.
Full SolutionS/nXˉ−μ∼t19 (t-distribution with 19 df).
Q3 (Hard)
If S2 is the sample variance from n=10 normal samples, find E[S2] and Var(S2).
Full Solutionσ29S2∼χ92.E[9S2/σ2]=9⟹E[S2]=σ2 (unbiased). ✓Var(9S2/σ2)=18⟹81⋅Var(S2)/σ4=18⟹Var(S2)=8118σ4=92σ4.
Next topic: Week 7.1: Point Estimation — Method of Moments (MME) — Method of Moments Estimation. Join Discord PreviousWeek 6.1: Moment Generating FunctionsNextWeek 7.1: Point Estimation — Method of Moments (MME)