Click or drag to resize

GammaDistributionInitialize Method

Initializes this instance with the specified distribution 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 theta
)

Parameters

alpha  Double
Order (shape) parameter (must be positive).
theta  Double
Scale parameter (must be non-zero).
Exceptions
ExceptionCondition
ArgumentExceptionalpha is not positive, or theta is zero.
See Also