|
InverseChiSquareDistribution Constructor
|
Constructs a new Inverse Chi-Square distribution
with the given degrees of freedom.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public InverseChiSquareDistribution(
[PositiveIntegerAttribute(1, 2147483647)] int degreesOfFreedom
)
Public Sub New (
<PositiveIntegerAttribute(1, 2147483647)> degreesOfFreedom As Integer
)
Request Example
View SourceParameters
- degreesOfFreedom
- Type: SystemInt32
The degrees of freedom for the distribution.
See Also