

Sampling Distributions I
Megan Ayers
Math 141 | Spring 2026
Friday, Week 5
Start learning the foundations of inference
Perform a group sampling activity
Discuss random sampling: the heart of statistics!

\[ y = \beta_0 + \beta_1 x_1 + \beta_2x_2 + \ldots + \beta_p x_p + \epsilon \]
\[ \widehat{y} = \widehat{ \beta}_0 + \widehat{\beta}_1 x_1 + \widehat{\beta}_2 x_2 + \ldots + \widehat{\beta}_p x_p \]
Parameter: Numerical characteristic of a population (e.g., average of a variable in a population)
Statistic: Estimate of the population parameter using the sample (e.g., average of the same variable in the sample)
Researchers often wish to investigate the value of a parameter in a population.
But it is often not feasible to collect complete information on the population.
Instead, researchers collect a sample and measure a statistic, which estimates the population parameter
If we count:
The distribution of numbers in a deck of cards looks like:


Activity Instructions
Each group should have calculated 5 averages from 5 different samples of 10 cards!
Small Group Discussion
Once you’re done, discuss the following questions with your group:




R has been giving us uncertainty estimates (ex. geom_smooth when we don’t set se = FALSE):

R has been giving us uncertainty estimates (ex. std_error in summaries from lm()):
# A tibble: 4 × 7
term estimate std_error statistic p_value lower_ci upper_ci
<chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 intercept 7.39 3.65 2.03 0.044 0.201 14.6
2 DBH 2.25 0.17 13.3 0 1.92 2.59
3 Native: Yes 11.1 5.59 1.98 0.049 0.067 22.1
4 DBH:NativeYes 0.315 0.215 1.47 0.144 -0.108 0.739
Uncertainty estimates are constantly reported in news and journal articles:


Uncertainty estimates are constantly reported in news and journal articles:
