Gets and sets the second degrees of freedom parameter.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int DegreesOfFreedom2 { get; set; }
Visual Basic (Declaration)
Public Property DegreesOfFreedom2 As Integer
Visual C++
public:
property int DegreesOfFreedom2 {
	int get ();
	void set (int value);
}

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.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the degrees of freedom is set to a value less than or equal to zero.

See Also