Click or drag to resize

FDistributionDegreesOfFreedom1 Property

Gets and sets the first degrees of freedom parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int DegreesOfFreedom1 { 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, DegreesOfFreedom1 is the number of degrees of freedom of the chi-square in the numerator.
See Also