Non Central Chi Square Distribution Constructor
Constructs a new non-central Chi Squared distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public NonCentralChiSquareDistribution(
double degreesOfFreedom,
double nonCentralityParameter
)
Parameters
Exceptions
Argument | degreesOfFreedom is less than or equal to zero. -or- nonCentralityParameter is less than zero. |