Student TDistribution.Degrees Of Freedom Property
Gets the number of degrees of freedom of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number of degrees of freedom of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double DegreesOfFreedom { get; }
Property Value
DoubleThe number of degrees of freedom of the distribution.
Remarks
This property is read-only.