Click or drag to resize

TDistributionDegreesOfFreedom Property

Gets and sets the degrees of freedom for the distribution.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if set to a value less than or equal to zero.
See Also