In statistics, how do you calculate the probability associated with a certain Z score? Tables don't give P values for Z scores above 3. ?
How would I find the area under the normal curve between Z= -5 and Z = +5 ? Or some other numbers >3? Tables say it is almost 1 and the tail above Z=3 is just about 0, but how can I find the actual numbers?
?2020-10-13T20:24:37Z
find a more extensive table. Abramowitz & Stegun. Table 26.1, p 972
When it is normalised, ie μ = 0, σ = 1, and you work directly with z, then pdf(z) = 1/√(2π) e^(-½ z²)
Then you integrate that between the particular limits of z to get the probabilities you want (good luck with that). Note that the tails stretch to ±∞ but since the mean is centered on zero we know that each side has an area of 0.5. So for instance, p(4) is 0.5 + the integral from 0 to 4.
Basically, you either use WolframAlpha or you track down some tables where someone has already done the work, and probably gives the results as p(>z) so that it is just a tiny number in scientific form, rather than 0.9 followed by a ton of 9's.