Click or drag to resize

ExcelFunctionsNormSDist Method

Returns the standard normal cumulative distribution value.

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

Parameters

z  Double
The z-score.

Return Value

Double
The cumulative probability for the standard normal distribution.
See Also