ChiSquaredDistribution Constructor |
Initializes a new χ2 distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ChiSquaredDistribution(
double nu
)
Public Sub New (
nu As Double
)
public:
ChiSquaredDistribution(
double nu
)
new :
nu : float -> ChiSquaredDistribution
Parameters
- nu
- Type: SystemDouble
The number of degrees of freedom, which must be positive.
See Also