FDistribution Constructor

Constructs a new FDistribution object.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public FDistribution(
	double numeratorDegreesOfFreedom,
	double denominatorDegreesOfFreedom
)

Parameters

numeratorDegreesOfFreedom  Double
The number of degrees of freedom for the variance of the sample for the denominator.
denominatorDegreesOfFreedom  Double
The number of degrees of freedom for the variance of the sample for the denominator.

See Also