ChiSquaredDistributionDegreesOfFreedom Property |
Gets the number of degrees of freedom ν of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double DegreesOfFreedom { get; }
Public ReadOnly Property DegreesOfFreedom As Double
Get
public:
property double DegreesOfFreedom {
double get ();
}
member DegreesOfFreedom : float with get
Property Value
Type:
DoubleSee Also