Click or drag to resize

FDistribution(Double, Double) Constructor

Initializes a new instance of the FDistribution class with the given parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public FDistribution(
	double alpha,
	double beta
)

Parameters

alpha  Double
The first (numerator degrees of freedom) parameter.
beta  Double
The second (denominator degrees of freedom) parameter.
See Also