Lecture 15
Duke University
STA 101 - Fall 2023
Describe the shape of the distributions.
It’s the Central Limit Theorem, which says that the distribution of the sample statistic is normal, if certain conditions are met.
Two questions:
You can build the distribution of the sample statistic by repeatedly taking samples of size n (original sample size) from the population and calculating and recording the sample statistic for each of these samples.
But, you would never do this in reality!
You’d either use simulation (randomization, bootstrapping, stuff we’ve done so far!) or you would leverage mathematical theory to know what to expect if we had taken repeated samples.
Independent observations: Observations in the sample are independent. Independence is guaranteed when we take a random sample from a population. Independence can also be guaranteed if we randomly divide individuals into treatment and control groups.
Large enough sample: The sample size cannot be too small. What qualifies as “small” differs from one context (i.e., from sample statistic to sample statistic).
There is more to the CLT than just the shape of the distribution – normal.
The CLT says that the center of the sampling distribution will be at the true population parameter.
The CLT also says something about the spread of the sampling distribution, measured by the standard error. For each sample statistic (\(\bar{x}\) – the sample mean, \(\hat{p}\) – the sample proportion, \(\bar{x}_1 - \bar{x}_2\) – the difference in sample means, etc.) the CLT provides a formula for its standard error.
You won’t be asked to memorize these formulas.
In fact, you’ll rarely use the CLT to calculate the variability of sample statistics, you’ll simulate their distributions directly.
How are these normal distributions similar? How are they different? Which one is \(N(\mu = 0, \sigma. 1)\) and which \(N(\mu = 19, \sigma = 4)\)?
The normal distribution is not just any unimodal and symmetric distribution, it follows the 68-95-99.7 rule.
To make decisions \(\rightarrow\) hypothesis testing
To make estimations \(\rightarrow\) confidence intervals
But before then…
Go to Posit Cloud and continue the project titled ae-11-Bone density
.