Standard normal distribution Flashcards
1
Q
Probability density function - 3
A
- Curve p(x)
- p(x) ≥ 0 for every x
- The total area under the curve is 1
- The probability that X takes a value between a and b
2
Q
Normal distribution - 3 + 3
A
- Probability density is:
- Continuous
- Bell shaped
- Symmetric
- Mean of X is μ (miu)
- Standard deviation is σ (sigma)
3
Q
Normal distribution formula - 1
A
- p(x) = 1 / σ(√2π) * e^(-(1/2) * ( (x-μ) /σ )^2
4
Q
Normal distribution distribution - 3
A
- 68% of probability mass -> (μ - σ and μ + σ)
- 95% of probability mass -> (μ - 2σ and μ + 2σ)
- 99.7% of probability mass -> (μ − 3σ and μ + 3σ)
5
Q
Determine probabilities of normal distribution - 3
A
- P(X ≤ z) = cumulative area under the density curve to the left of z.
- P(X∈ [a, b]) = P(X ≤ b) - P(X ≤ a)
- P(X ≥ b) = 1 - P(X ≤ b)
6
Q
Normal distribution notation - 2
A
- N(μ,σ^2)
- Standard normal distribution N(0,1)
7
Q
pnorm and tables - 2
A
- pnorm(x) gives probability P(X ≤ x)
- Tables can show the cumulative area under the curve to the left of a z score P(X ≤ z)