ErrorFunctionQuantileOfNormalDistribution01 Method |
Quantile of the standard normal distribution N(0, 1).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double QuantileOfNormalDistribution01(
double y
)
Parameters
- y Double
- A probability in the open interval (0, 1).
Return Value
Double
The value x such that
P(X <= x) = y for
X ~ N(0, 1).
RemarksAdopted from the Cephes library; Cephes name: ndtri.
See Also