Click or drag to resize

FDistribution(Double, Double, Generator) Constructor

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

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,
	Generator generator
)

Parameters

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