7.1 the standard normal distribution Flashcards
probability density of the random vairable
curve that decribes the distribution of a variable
normal curve, normally distributed, normal distribution
has one peak and its in the middle
properties of a normal curve
mean and median of a normal distribution are equal and they are both equal to the mode. wide and flat when the population standard deviation is large, tall and narrow when the population standard deviation is small
standardization, converting x to a z-score for an x value from a normal distrubtion
z=(x-(the mean))/standard deviation
standard normal distribution
normal distribution with a mean of 0 and standard deviation of 1
properties of normal distributions
1.normal distributions have one mode 2.normal distributions are symmetric around the mode 3. the mean and median of a normal distribution are both equal to the mode. in other words, the mean, median and mode of a normal distrubution are all the same. 4. the normal distribution follows the emerical rule
find are between two z-scores using the ti-84 plus calc
find area between z=-1.45 and z=.42
2nd, vars, normalcdf command, lower:-1.45, upper: .42, mean:0, standard deviation:1, make sure to close parentheses
area=.589228
find a z-score corresponding to the area 0.26 using the ti-84 plus calc
note: the mode, z=0 has an area of 0.5 both to its right and its left
2nd, vars, invNorm, area:0.26, mean:0, standard deviation:1, make sure to close parentheses
area=-.6433
=invNorm(area, mean, standard deviation)
for z scores
area= given area to the left
mean=0
standard deviation=1
find the z-scores that bound the middle 95% of the area under the standard normal curve
- the entire area under the curve should equal 1, therefore the remaining area to left and right of the 95% middle area is 0.025 each
- input (0.025, 0, 1) in invNorm
this equals -1.959964 - knowing the area to the right of the middle area is 0.025, meaning the rest altogether to its left is 0.975, therefore invNorm(0.975, 0, 1)= 1.959964
4, therefore the areas that bound the middle area is -1.96 and 1.96