section 4.1: normal distribution Flashcards
what are the distinct features of the normal distribution?
- unimodal
- symmetric
- bell shaped curve
how are normal distributions denoted?
N(μ, σ)
what is σ in a normal distribution?
the standard deviation
what is μ in a normal distribution?
the mean
what is a z score?
the number of standard deviations it falls above or below the mean
how is a z score calculated?
(observation - mean) / standard deviation
when is an observation considered unusual?
when it falls more then 2 standard deviations away from the mean
what is a percentile?
the percentage of observations that fall below a given data point
how do we compute a percentile?
pnorm(observation, mean, standard deviation)
every normal distribution has an area under the curve of ________
1
what is the 68 - 95 - 99.7 rule?
68% of the data is within one standard deviation
95% of the data is within two standard deviations
99.7% of the data is within three standard deviations