🎥 Watch Central Limit Theorem
Optional: 📖 Read IMS: Chapter 13 - Inference With Mathematical Models
We can quantify the variability of sample statistics using different approaches:
or
We can quantify the variability of sample statistics using different approaches:
or
Today we will focus on Theory.
Q - What is a sampling distribution of the sample mean?
From one random sample of size n, calculate the sample mean ¯X1
Q - What is a sampling distribution of the sample mean?
From one random sample of size n, calculate the sample mean ¯X1
From a second random sample of size n, calculate the sample mean ¯X2
Q - What is a sampling distribution of the sample mean?
From one random sample of size n, calculate the sample mean ¯X1
From a second random sample of size n, calculate the sample mean ¯X2
⋮
Repeat this many times.
Q - What is a sampling distribution of the sample mean?
From one random sample of size n, calculate the sample mean ¯X1
From a second random sample of size n, calculate the sample mean ¯X2
⋮
Repeat this many times.
We call the distribution of ¯X the sampling distribution.
Q - Apply the central limit theorem (CLT) on sample means.
Let a random variable X have a mean μ and standard deviation σ. Then the sampling distribution of the sample mean ¯X=X1+X2+⋯+Xnn
Q - Apply the central limit theorem (CLT) on sample means.
Let a random variable X have a mean μ and standard deviation σ. Then the sampling distribution of the sample mean ¯X=X1+X2+⋯+Xnn
Q - Apply the central limit theorem (CLT) on sample means.
Let a random variable X have a mean μ and standard deviation σ. Then the sampling distribution of the sample mean ¯X=X1+X2+⋯+Xnn
Has the mean μ
Has the standard error σ/√n
standard error of a sample mean = standard deviation of its sampling distribution or an estimate of that standard deviation
Q - Apply the central limit theorem (CLT) on sample means.
Let a random variable X have a mean μ and standard deviation σ. Then the sampling distribution of the sample mean ¯X=X1+X2+⋯+Xnn
Has the mean μ
Has the standard error σ/√n
standard error of a sample mean = standard deviation of its sampling distribution or an estimate of that standard deviation
As n→∞, ¯X converges in distribution to N(μ,σ/√n).
Q - Describe density of a normal distribution.
Q - The CLT holds only if X∼N(μ,σ). (T/F)
F
X can be from any distribution with a mean μ and standard deviation σ.
Let's play with weird looking original distributions - Click!
Q - What are the two conditions for CLT to hold?
Independence
Q - What are the two conditions for CLT to hold?
Sample size n / distribution
If certain assumptions are satisfied, regardless of the shape of the population distribution, the sampling distribution of the mean follows an approximately normal distribution.
The center of the sampling distribution is at the center of the population distribution.
If certain assumptions are satisfied, regardless of the shape of the population distribution, the sampling distribution of the mean follows an approximately normal distribution.
The center of the sampling distribution is at the center of the population distribution.
The sampling distribution is less variable than the population distribution by a factor of 1/√n.
If certain assumptions are satisfied, regardless of the shape of the population distribution, the sampling distribution of the mean follows an approximately normal distribution.
The center of the sampling distribution is at the center of the population distribution.
The sampling distribution is less variable than the population distribution by a factor of 1/√n.
As n increases, the standard error (the spread of the sampling distribution) decreases.
Q - What is an appropriate code to calculate P(Z<1.2) where Z∼N(0,1)?
pnorm(1.2)
## [1] 0.8849303
Q - What is an appropriate code to calculate P(−2<X<7) where X∼N(1,3)?
pnorm(7, mean = 1, sd = 3) - pnorm(-2, mean = 1, sd = 3)
## [1] 0.8185946
Q - What is an appropriate code to find q s.t. P(X>q)=0.05 where X∼N(−1,2)?
Q - What is an appropriate code to find q s.t. P(X>q)=0.05 where X∼N(−1,2)?
qnorm(0.05, mean = -1, sd = 2, lower.tail = FALSE)
## [1] 2.289707
Watch videos for Prepare: June 7
Project proposal feedback released
Lab06 due Tuesday, June 7 at 11:59pm
HW03 due Wednesday, June 8 at 11:59pm
Submit ae17
🎥 Watch Central Limit Theorem
Optional: 📖 Read IMS: Chapter 13 - Inference With Mathematical Models
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |