ExcelFunctionsNormSDist Method |
Returns the standard normal cumulative distribution value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double NormSDist(
double z
)
Parameters
- z Double
- The z-score.
Return Value
DoubleThe cumulative probability for the standard normal distribution.
See Also