Non Central Chi Square Distribution Constructor
Constructs a new Chi Squared distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NonCentralChiSquareDistribution(
double degreesOfFreedom,
double nonCentralityParameter
)
Parameters
- degreesOfFreedom Double
- The number of degrees of freedom.
- nonCentralityParameter Double
- The non-centrality parameter.
Exceptions
ArgumentOutOfRangeException | degreesOfFreedom is less than or equal to zero. |