Statistics - Normal Flashcards
What is the normal distribution?
Continuous probability distribution
What is the area under the curve of the normal distribution?
1
What is the notation for a normal distribution?
X~N(μ,σ^2)
μ - mean
σ^2 - varience
σ - standard dev
What is the shape of the normal distribution?
Bell-shaped curve with asymptotes at each end
How is the normal distribution symmetrical?
Symmetrical about x = μ
mean = mode = median
Where are the points of inflection on the normal distribution?
μ + σ AND μ-σ
What is σ?
Standard deviation
What % of data lies within 1 standard deviation of mean?
Approx 68%
What % of data lies within 2 standard deviations of the mean?
Approx 95%
What % of data lies within 3 standard deviations of the mean?
Nearly all
What is the upper/lower when only one boundary given?
If lower boundary given, the upper is 5*σ + mean
If upper boundary given, the lower is mean - 5*σ
Why can you use >/< instead of >= / <= ?
No difference as its a continuous normal distribution
What is the standard normal distribution?
Normal distribution is when
μ = 0
σ = 1
How is the standard normal distribution shown?
Z~N(0,1^2)
What is the coding for standard normal distribution?
Z = (X-μ) / σ