...

/

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 p^\hat{p} to estimate the population proportion pp. However, we aren’t just limited to scenarios related to proportions. In other words, we can use sampling to estimate other population parameters using other point estimates as well. We present four more such scenarios in the table below.

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

...