Student TDistribution Constructor
Constructs a new StudentTDistribution object
with the specified degrees of freedom.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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
Argument | degreesOfFreedom is less than or equal to zero. |