ExcelFunctionsGammaInv Method |
Returns the inverse gamma cumulative distribution value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double GammaInv(
double probability,
double alpha,
double beta
)
Parameters
- probability Double
- The cumulative probability.
- alpha Double
- The shape parameter.
- beta Double
- The scale parameter used by Excel semantics.
Return Value
DoubleThe value whose cumulative probability matches
probability.
See Also