Click or drag to resize

ExcelFunctionsFDist Method

Returns the upper-tail cumulative distribution value for the Fisher-Snedecor distribution.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Double
The upper-tail probability.
See Also