Gets and sets the degrees of freedom for the distribution.

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

Syntax

C#
public double DegreesOfFreedom { get; set; }
Visual Basic (Declaration)
Public Property DegreesOfFreedom As Double
Visual C++
public:
property double DegreesOfFreedom {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if set to a value less than or equal to zero.

See Also