A329363 Decimal expansion of the quantile z_0.999999 of the standard normal distribution.
4, 7, 5, 3, 4, 2, 4, 3, 0, 8, 8, 2, 2, 8, 9, 8, 9, 4, 8, 1, 9, 3, 9, 8, 8, 1, 8, 7, 0, 0, 4, 2, 7, 5, 0, 0, 5, 6, 4, 2, 2, 3, 3, 7, 2, 6, 8, 2, 7, 0, 2, 7, 6, 7, 8, 6, 6, 3, 1, 2, 7, 2, 3, 7, 1, 1, 7, 4, 1, 1, 6, 5, 3, 6, 0, 0, 1, 8, 4, 3, 4, 8, 5, 2, 8, 5, 1, 6, 4, 5, 5
Offset: 1
Examples
If X ~ N(0,1), then P(X<=4.7534243088...) = 0.999999, P(X<=-4.7534243088...) = 0.000001.
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.000001)*sqrt(2)
Comments