Click or drag to resize

ExcelFunctionsFInv Method

Returns the inverse Fisher-Snedecor distribution value.

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

Double
The F value whose upper-tail probability matches probability.
See Also