Click or drag to resize

GammaDistributionInitialize Method

Initializes the parameters for the gamma distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Initialize(
	double order,
	double loc
)

Parameters

order  Double
The shape parameter.
loc  Double
The inverse scale parameter.
See Also