Inverse Chi Square Distribution Constructor
            
            
            Constructs a new inverse Chi square distribution.
            
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public InverseChiSquareDistribution(
	double degreesOfFreedom
)Parameters
- degreesOfFreedom Double
 - The number of degrees of freedom.
 
Exceptions
| Argument | degreesOfFreedom is less than or equal to zero.  |