Student TDistribution Constructor
Constructs a new StudentTDistribution object
with the specified degrees of freedom.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public StudentTDistribution(
double degreesOfFreedom
)
Parameters
- degreesOfFreedom Double
- The degrees of freedom of the distribution.
Remarks
The degrees of freedom must be greater than zero.
Exceptions
ArgumentOutOfRangeException | degreesOfFreedom is less than or equal to zero. |