Click or drag to resize

FisherSnedecorDistributionInitialize Method

Initializes the distribution with the specified parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Initialize(
	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