Click or drag to resize

ErrorFunctionQuantileOfNormalDistribution01 Method

Quantile of the standard normal distribution N(0, 1).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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).
Remarks

Adopted from the Cephes library; Cephes name: ndtri.

See Also