Calculating the z Score for 95% Confidence Level - Mathematical Method | Sirsh

  • Thread starter Thread starter Sirsh
  • Start date Start date
  • Tags Tags
    Degrees
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Sirsh
Messages
262
Reaction score
10
Hi, I'ld like to know if anyone knows how to find the 'z' score inrelation to a percentage degree of confidence. The question is: Determine the z score that would give a result with a degree of confidence of 95%.

I know that it is, 1.9600. However, I would like to know how to figure this out mathematically.

Thanks,
Sirsh.
 
Physics news on Phys.org
Sirsh said:
Hi, I'ld like to know if anyone knows how to find the 'z' score inrelation to a percentage degree of confidence. The question is: Determine the z score that would give a result with a degree of confidence of 95%.

I know that it is, 1.9600. However, I would like to know how to figure this out mathematically.

Thanks,
Sirsh.

It's based on the area under the standard normal distribution:
[tex]\frac{1}{\sqrt{2\pi}} e^{-\frac{1}{2}z^2}[/tex]

Your question "Determine the z score that would give a result with a degree of confidence of 95%." comes down to "what is the value of z such that the area under the standard normal distribution between -z and z is equal to 0.95?". And it turns out that:

[tex]\int_{-1.96}^{1.96} \frac{1}{\sqrt{2\pi}} e^{-\frac{1}{2}z^2} dz \approx 0.95[/tex]
 
Thanks a lot, gerben!