Click or drag to resize

GammaDistribution Constructor (Double, Double)

Initializes a new instance of a Gamma distribution with the given parameters.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public GammaDistribution(
	double shape,
	double scale
)

Parameters

shape
Type: SystemDouble
The shape parameter, which must be positive.
scale
Type: SystemDouble
The scale parameter, which must be positive.
See Also