Click or drag to resize

ExcelFunctionsNormInv Method

Returns the inverse normal cumulative distribution value for the specified parameters.

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

Parameters

probability  Double
The cumulative probability.
mean  Double
The mean of the distribution.
standardDev  Double
The standard deviation of the distribution.

Return Value

Double
The value whose cumulative probability matches probability.
See Also