NonCentralChiSquareDistribution Constructor

Constructs a new Chi Squared distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NonCentralChiSquareDistribution(
	double degreesOfFreedom,
	double nonCentralityParameter
)

Parameters

degreesOfFreedom  Double
The number of degrees of freedom.
nonCentralityParameter  Double
The non-centrality parameter.

Exceptions

ArgumentOutOfRangeExceptiondegreesOfFreedom is less than or equal to zero.

See Also