Click or drag to resize

GammaDistribution(Double, Double, Generator) Constructor

Initializes a new instance of the GammaDistribution class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public GammaDistribution(
	double alpha,
	double theta,
	Generator ran
)

Parameters

alpha  Double
Order (shape) parameter (must be positive).
theta  Double
Scale parameter (must be non-zero).
ran  Generator
A Generator object.
See Also