Normal Distribution Flashcards
What does the area under the normal distribution equal?
1
What % of values lie in 1 σ of the µ
68% lie in µ +- σ
What % of values lie in 2σ of µ
95% lie in µ +- 2σ
What % of values lie in 3σ of µ
99.7% lie in µ +- 3σ
Where do the points of inflection lie on a normal distribution?
µ +- σ
How do you convert between a value in a normal distribution (X) to the standard normal (Z)?
Z = (X-µ)/σ
So Z is measuring how many standard deviations from the mean it is
What are the characteristics needed for a binomial to be modelled with the normal distribution?
- The probability of n”success” needs to be close to 0.5 (0.4 <= p <= 0.6)
- The number of trials is large (n >= 50)
How do you find the mean if you are modelling binomial with normal?
µ = np (n is number of trials and p is probability of success)
How do you find the standard deviation if you are modelling binomial with normal?
σ = sqrt(np(1-p))
Why is useful to approximate binomials with normal?
Calculating binomials can be processing intensive and normal is quicker and easier
What must you always remember to do if you are finding a specific probability in a normal approximation of a binomial?
CONTINUITY CORRECT
so if the binomial is P(X>=7) for normal that’s P(Y>=6.5)
What is the sample mean distributed around?
The population mean
What is the variance of a random sample?
σ^2/n
Equation to convert a sample mean value to a standard normal value
Z = (x-µ) / (σ/n)
What is required when calculating the standard deviation of sample means from the standard deviation of a sample?
The sample needs to be large (over 30)