NoncentralChiSquaredDistributionDegreesOfFreedom 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 int DegreesOfFreedom { get; }
Public ReadOnly Property DegreesOfFreedom As Integer
Get
public:
property int DegreesOfFreedom {
int get ();
}
member DegreesOfFreedom : int with get
Property Value
Type:
Int32See Also