Click or drag to resize

GammaDistribution(Double, Double, RandomGenerator) Constructor

Initializes a new instance of the GammaDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GammaDistribution(
	double order,
	double loc,
	RandomGenerator ran
)

Parameters

order  Double
The shape parameter.
loc  Double
The inverse scale parameter.
ran  RandomGenerator
The random number generator to use.
See Also