Module 14: Central Limit Theorem Flashcards

1
Q

formula for sample sum

A

Y = SUM from i = 1 to n (X_i)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the formula for sample mean?

A

x̄ = 1/n SUM from i = 1 to n (X_i)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the central limit thrm informally/conceptually?

A

As the sample size increases, the smapling distribution of both the sampl sum and sample mean get closer and closer to the normal distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the central limit thrm mathematically?

A

Let X_1, X_2, … , X_n be indpeendent and identically distributed, random variables with finite mean µ and finite varaince σ^2. Then:

  1. The sample sum converges in distribution to the normal distribution with mean nµ and varaince nσ^2
  2. The sample mean converges in distributino to the normal distribution with mean µ and variance σ^2/n
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is a contiuity correction?

A

a continuity correction is an adjustment that is made when a discrete random variable X is approixmated by a continuous random variable Y. It allows us to approximate the value P({X = i}) = P({i - 1/2 < Y < i +1/2})

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the DeMoivre-Laplace Approximation to the Binomial?

A

If X_n is a binomial random variable with parameters n, p and CDF F_n such that:

limit of F_n as n approaches infinity = F(x)

where F is the CDF of a normal random variable with mean np and variance np(1-p)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly