ExcelFunctionsFDist Method |
Returns the upper-tail cumulative distribution value for the Fisher-Snedecor distribution.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double FDist(
double x,
int degreesFreedom1,
int degreesFreedom2
)
Parameters
- x Double
- The value at which to evaluate the distribution.
- degreesFreedom1 Int32
- The first degrees of freedom parameter.
- degreesFreedom2 Int32
- The second degrees of freedom parameter.
Return Value
DoubleThe upper-tail probability.
See Also