A329281 Decimal expansion of the quantile z_0.95 of the standard normal distribution.
1, 6, 4, 4, 8, 5, 3, 6, 2, 6, 9, 5, 1, 4, 7, 2, 7, 1, 4, 8, 6, 3, 8, 4, 8, 9, 0, 7, 9, 9, 1, 6, 3, 2, 1, 3, 6, 0, 8, 3, 1, 9, 5, 7, 4, 4, 2, 7, 5, 3, 2, 2, 0, 7, 1, 7, 6, 9, 6, 7, 2, 0, 9, 4, 4, 0, 4, 1, 0, 6, 3, 5, 1, 9, 9, 4, 4, 6, 7, 4, 1, 7, 6, 6, 4, 8, 7, 8, 4, 8, 5
Offset: 1
Examples
If X ~ N(0,1), then P(X<=1.6448536269...) = 0.95, P(X<=-1.6448536269...) = 0.05.
Links
- Eric Weisstein's World of Mathematics, Quantile Function.
- Wikipedia, Probit.
Crossrefs
Programs
-
Mathematica
RealDigits[(x /. FindRoot[10*Erfc[x] == 1, {x, 1, 2}, WorkingPrecision -> 120]) * Sqrt[2]][[1]] (* Amiram Eldar, Aug 23 2024 *)
-
PARI
default(realprecision, 100); solve(x=0, 5, erfc(x)-2*0.05)*sqrt(2)
Comments