Click or drag to resize

ExcelFunctionsNormSInv Method

Returns the inverse of the standard normal cumulative distribution.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double NormSInv(
	double probability
)

Parameters

probability  Double
The cumulative probability.

Return Value

Double
The z-score whose cumulative probability matches probability.
See Also