Initializes a new χ2 distribution.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ChiSquaredDistribution(
	int nu
)
Public Sub New ( _
	nu As Integer _
)
public:
ChiSquaredDistribution(
	int nu
)
new : 
        nu : int -> ChiSquaredDistribution

Parameters

nu
Int32
The number of degrees of freedom, which must be positive.

See Also