A329280 Decimal expansion of the quantile z_0.9 of the standard normal distribution.
1, 2, 8, 1, 5, 5, 1, 5, 6, 5, 5, 4, 4, 6, 0, 0, 4, 6, 6, 9, 6, 5, 1, 0, 3, 3, 2, 9, 4, 4, 8, 7, 4, 2, 8, 1, 8, 6, 1, 9, 9, 0, 7, 8, 2, 4, 3, 5, 2, 5, 8, 2, 6, 5, 9, 7, 0, 2, 6, 4, 8, 2, 3, 0, 5, 6, 5, 7, 0, 3, 3, 2, 4, 8, 1, 2, 2, 4, 5, 4, 3, 0, 1, 5, 5, 4, 3, 8, 1, 6, 1
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Quantile Function
- Wikipedia, Probit
Crossrefs
Programs
-
Mathematica
RealDigits[Sqrt[2] InverseErfc[9/10], 10, 100][[1]] (* Jean-François Alcover, Sep 26 2020 *)
-
PARI
default(realprecision, 100); solve(x=0, 5, erfc(x)-2*0.1)*sqrt(2)
Formula
If X ~ N(0,1), then P(X<=1.2815515655...) = 0.9, P(X<=-1.2815515655...) = 0.1.
Comments