...
/Recap: Statistical Inference with infer
Recap: Statistical Inference with infer
Review all the sampling scenarios.
We'll cover the following...
Sampling scenarios
We performed both tactile and virtual sampling exercises to infer about an unknown proportion. We also presented a case study of sampling in real life with polls. In each case, we used the sample proportion
Scenarios of Sampling for Inference
Scenario | Population Parameter | Notation | Point Estimate | Symbol(s) |
1 | Population proportion | 𝑝 | Sample proportion | 𝑝̂ |
2 | Population mean | 𝜇 | Sample mean | x̄ or 𝜇̂ |
3 | Difference in population proportions | 𝑝1 − 𝑝2 | Difference in sample proportions | 𝑝̂1 - 𝑝̂2 |
4 | Difference in population means | 𝜇1 − 𝜇2 | Difference in sample mean | x̄1 - x̄2 or 𝜇̂1 - 𝜇̂2 |
5 | Population regression slope | β1 | Fitted regression slope | b1 or 𝛽̂1 |