Chapter 5 (Continuous Probability Distributions) Flashcards

1
Q

What are some facts about the Normal Distribution?

A
  • it’s continuous between -infinity and + infinity
  • there are two parameters: myu and the variance (sigma^2)
  • curve is bell shaped
  • symmetric around myu
  • it’s very common
  • pdf is not an integral by hand - use a table to find areas under the curve.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is the normal distribution so common?

A

1) lots of populations have normal distributions.
2) sims of means of random variables have normal distributions under certain conditions regardless of the underlying population distribution.

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

How do we denote the Normal Distribution?

A

denoted: X~N(mu, sigma^2)

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

What is the normal curve rules of thumb?

A

68 - 95 - 99.7 Rule!

68% lie within 1 SD
95% lie within 2 SDs
99.7% lie within 3 SD/

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

How do you find a “z-score”?

A

X-muu
–––––––
sigma

Or
Value - mean / standard deviation

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

How to notate P(Z ≤ z) with phi?

A

Phi(z)

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

Sums of independent, normally distributed random variables are…

A

Also normally distributed.

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

If many random variables Xi are independent, then Xbar has what distribution?

A

Xbar ~ N(mu, sigma^2/n)

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

What is the central limit theorem?

A

If X_1, X_2, …, X_n, is a sample (ind. random variables from one population) from some distribution with mean muy and variance sigma^2, if the sample size n is large enough, the distribution of their average is approximately normal:

X_bar~N(myu, sigma^2/n)

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

What does “iid” mean?

A

Independent and identically distributed (cane from same population (distribution)).

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

What is the distribution of mean (X_bar) according to the central limit theorem?

A

X_bar~•N(mu, sigma^2/n)

~• is approximately distributed

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

What is the sum (nX_bar) according to the central limit theorem?

A

nX_bar ~• N(n * mu, n*sigma^2)

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

What is the proportion (p_hat) according to the central limit theorem?

A

P_hat ~• N(p, p*(1-p)/n)

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

What are the conditions for the CLT?

A

1 and 2) the random variables are iid. (Independent and identically (same)distributed)

3) the sample size n is large enough (usually 25+)
4) Were concerned with the mean (X_bar), sum (n*X_bar), or proportion (p_hat)

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

Under certain circumstances a Binomial distribution may look like a normal distribution. What are these circumstances?

A

X•~ N(np, np(1-p))

Where np ≥ 5
and np(1-p) ≥ 5
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If Z = (X-mu)/sigma, what distribution does Z have?

A

A normal distribution!

Z~N(0,1)