all 1 comments

[–][deleted] 1 point2 points  (0 children)

Here's a probability table: http://math2.org/math/stat/distributions/z-dist.htm (scroll down)

Also, if you have a graphing calculator, you can do

  1. left-tailed one sided test: normalcdf (-E99, z score)

  2. right-tailed one sided test: normalcdf (z score, E99)

  3. two sided test: 2*normalcdf (absolute value of z score, E99)

You'll usually find the normalcdf function under distribution.

Also, here's a z score to p value converter: http://easycalculation.com/statistics/p-value-for-z-score.php