ExcelFunctionsNormInv Method |
Returns the inverse normal cumulative distribution value for the specified parameters.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
DoubleThe value whose cumulative probability matches
probability.
See Also