A329287 Decimal expansion of the quantile z_0.99999 of the standard normal distribution.
4, 2, 6, 4, 8, 9, 0, 7, 9, 3, 9, 2, 2, 8, 2, 4, 6, 2, 8, 4, 9, 8, 5, 2, 4, 6, 9, 8, 9, 0, 6, 3, 4, 4, 6, 2, 9, 3, 5, 6, 0, 5, 3, 2, 2, 2, 6, 9, 5, 4, 9, 0, 7, 2, 6, 2, 0, 1, 0, 5, 0, 8, 0, 6, 2, 8, 6, 0, 3, 6, 8, 9, 7, 0, 4, 0, 3, 7, 9, 5, 5, 1, 5, 6, 3, 3, 7, 3, 4, 1, 4
Offset: 1
Examples
If X ~ N(0,1), then P(X<=4.2648907939...) = 0.99999, P(X<=-4.2648907939...) = 0.00001.
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.00001)*sqrt(2)
Comments