Click or drag to resize

GammaDistribution(Double, Double) Constructor

Constructs a GammaDistribution instance with the given alpha and beta.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GammaDistribution(
	double alpha,
	double beta
)

Parameters

alpha  Double
The alpha shape parameter.
beta  Double
The beta shape parameter.
See Also