A329285 Decimal expansion of the quantile z_0.9995 of the standard normal distribution.
3, 2, 9, 0, 5, 2, 6, 7, 3, 1, 4, 9, 1, 8, 9, 4, 7, 9, 3, 2, 2, 1, 6, 2, 7, 0, 3, 5, 3, 7, 4, 6, 4, 9, 1, 7, 9, 2, 1, 6, 2, 2, 6, 9, 2, 5, 6, 7, 7, 3, 9, 0, 0, 7, 6, 9, 9, 3, 8, 7, 8, 2, 8, 6, 9, 1, 7, 9, 9, 6, 5, 9, 9, 6, 4, 9, 7, 5, 7, 8, 6, 4, 2, 1, 1, 7, 4, 4, 7, 0, 8
Offset: 1
Examples
If X ~ N(0,1), then P(X<=3.2905267314...) = 0.9995, P(X<=-3.2905267314...) = 0.0005.
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.0005)*sqrt(2)
Comments