Non Central FDistribution Constructor
Constructs a new NonCentralFDistribution object.
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 NonCentralFDistribution(
double numeratorDegreesOfFreedom,
double denominatorDegreesOfFreedom,
double nonCentralityParameter
)
Parameters
- numeratorDegreesOfFreedom Double
- The number of degrees of freedom for the variance of the sample for the denominator. Must be strictly greater than zero.
- denominatorDegreesOfFreedom Double
- The number of degrees of freedom for the variance of the sample for the denominator. Must be strictly greater than zero.
- nonCentralityParameter Double
- The non-centrality parameter. Must be greater than or equal to zero.
Exceptions
Argument | numeratorDegreesOfFreedom is less than or equal to zero. -or- denominatorDegreesOfFreedom is less than or equal to zero. -or- nonCentralityParameter is less than zero. |