An NDoc Documented Class Library

GammaDistribution Constructor

Default constructor. Both alpha and beta are set to 1.0.

Overload List

Default constructor. Both alpha and beta are set to 1.0.

public GammaDistribution();

Create a distribution with the given parameters.

public GammaDistribution(double,double);

See Also

GammaDistribution Class | numerics4net.statistics.distribution Namespace