Normal distribution curve area?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Scott S
Messages
22
Reaction score
0
Is there a relatively simple algorithm to compute the area in percentage under the curve as represented by a sigma value?
For example;
3 sigma = 99.7
2 sigma = 95
1 sigma = 68.3
Now suppose I wanted to know 2.5 sigma without a table.
 
Physics news on Phys.org
No, there isn't. The standard normal distribution probability that "z< a" is [itex]\frac{1}{\sqrt{2\pi}}\int_{-\inf}^a e^{-\frac{x^2}{2}} dx[/itex]. That cannot be integrated in terms of elementary functions so either do a numerical integration or use a table (which was developed by numerical integrations).