Click or drag to resize

FDistribution(Int32, Int32) Constructor

Constructs an FDistribution instance with the specified degrees of freedom.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FDistribution(
	int df1,
	int df2
)

Parameters

df1  Int32
First degrees of freedom parameter. If F is thought of as the ratio of two chi-square distributions, df1 is the number of degrees of freedom of the chi-square in the numerator.
df2  Int32
Second degrees of freedom parameter. If F is thought of as the ratio of two chi-square distributions, df2 is the number of degrees of freedom of the chi-square in the denominator.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if either of the degrees of freedom is less than or equal to zero.
See Also