Click or drag to resize

FDistributionDegreesOfFreedom2 Property

Gets and sets the second degrees of freedom parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int DegreesOfFreedom2 { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the degrees of freedom is set to a value less than or equal to zero.
Remarks
If F is thought of as the ratio of two chi-square distributions, DegreesOfFreedom2 is the number of degrees of freedom of the chi-square in the denominator.
See Also