ExcelFunctionsFInv Method |
Returns the inverse Fisher-Snedecor distribution value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double FInv(
double probability,
int degreesFreedom1,
int degreesFreedom2
)
Parameters
- probability Double
- The upper-tail probability.
- degreesFreedom1 Int32
- The first degrees of freedom parameter.
- degreesFreedom2 Int32
- The second degrees of freedom parameter.
Return Value
DoubleThe F value whose upper-tail probability matches
probability.
See Also