Chi Square Distribution Constructor
Constructs a new Chi Squared distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public ChiSquareDistribution(
double degreesOfFreedom
)Parameters
- degreesOfFreedom Double
- The degrees of freedom of the distribution.
Exceptions
| Argument | degreesOfFreedom is less than or equal to zero. |