A329282 Decimal expansion of the quantile z_0.99 of the standard normal distribution.
2, 3, 2, 6, 3, 4, 7, 8, 7, 4, 0, 4, 0, 8, 4, 1, 1, 0, 0, 8, 8, 5, 6, 0, 6, 1, 6, 3, 3, 4, 6, 9, 1, 1, 7, 2, 3, 3, 5, 1, 8, 1, 7, 1, 4, 1, 5, 3, 2, 0, 1, 3, 0, 6, 9, 0, 6, 5, 6, 4, 0, 2, 4, 7, 8, 9, 0, 8, 7, 6, 6, 2, 6, 4, 5, 6, 0, 3, 4, 4, 8, 7, 3, 5, 6, 8, 2, 2, 9, 3, 0
Offset: 1
Examples
If X ~ N(0,1), then P(X<=2.3263478740...) = 0.99, P(X<=-2.3263478740...) = 0.01.
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.01)*sqrt(2)
Comments