FDistribution Constructor
Constructs a new FDistribution object.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public FDistribution(
double numeratorDegreesOfFreedom,
double denominatorDegreesOfFreedom
)Parameters
Exceptions
| Argument | numeratorDegreesOfFreedom is less than or equal to zero. -or- denominatorDegreesOfFreedom is less than or equal to zero. |