ExcelFunctionsNormSInv Method |
Returns the inverse of the standard normal cumulative distribution.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double NormSInv(
double probability
)
Parameters
- probability Double
- The cumulative probability.
Return Value
DoubleThe z-score whose cumulative probability matches
probability.
See Also