A329283 Decimal expansion of the quantile z_0.995 of the standard normal distribution.
2, 5, 7, 5, 8, 2, 9, 3, 0, 3, 5, 4, 8, 9, 0, 0, 7, 6, 0, 9, 7, 8, 5, 7, 6, 7, 4, 8, 6, 0, 3, 8, 1, 4, 1, 1, 7, 3, 0, 6, 0, 1, 7, 6, 3, 4, 2, 7, 6, 3, 1, 7, 3, 7, 6, 4, 6, 0, 4, 8, 6, 2, 1, 8, 8, 6, 2, 5, 5, 1, 2, 0, 7, 8, 7, 6, 4, 1, 8, 1, 1, 0, 8, 4, 9, 8, 1, 4, 6, 5, 7
Offset: 1
Examples
If X ~ N(0,1), then P(X<=2.5758293035...) = 0.995, P(X<=-2.5758293035...) = 0.005.
Links
- Eric Weisstein's World of Mathematics, Quantile Function
- Wikipedia, Probit
Crossrefs
Programs
-
PARI
default(realprecision, 100); solve(x=0, 5, erfc(x)-2*0.005)*sqrt(2)
Comments