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