Unit 1, Ch 2 Flashcards
1
Q
find Z-Score
A
(x - mean)/std dev.
2
Q
Calculator
Find percentile of z score
normcdf
A
- obtain z score
- 2nd + distr → 2: normal cdf
- Lower and upper (if infinite, put 1e99 in either one)
- Mean = 0, StdDev = 1
3
Q
Calculator
Find z score of percentile
invnorm
A
- obtain percentile (0 to 1)
- 2nd + distr → 3:invNorm
- Area = percentile
- Mean = 0, StdDev = 1
- Tail = (depends on problem. Aka which end should calculation start at)