Click or drag to resize

FDistribution Constructor

Initializes a new instance of the FDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FDistribution(
	double numf,
	double denomf
)

Parameters

numf  Double
The numerator degrees of freedom.
denomf  Double
The denominator degrees of freedom.
See Also