Finding the Appropriate z Value for the Confidence Interval Formula (Using a Table)

Опубликовано: 29 Апрель 2013
на канале: jbstatistics
360,735
3.6k

I show how to find the appropriate z value (using the standard normal table) when calculating a confidence interval. The version of the table used in this video gives the area to the left of the z value (and not the area between 0 and z).

For those that use R, below is the R code to find the values (see the video for illustrations).

z value for a 95% interval:
qnorm(.975)
[1] 1.959964

z value for a 75% interval:
qnorm(.875)
[1] 1.150349


Смотрите видео Finding the Appropriate z Value for the Confidence Interval Formula (Using a Table) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь jbstatistics 29 Апрель 2013, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 360,735 раз и оно понравилось 3.6 тысяч людям.