Default constructor. Both alpha and beta are set to 1.0.
Default constructor. Both alpha and beta are set to 1.0.
public GammaDistribution();
Create a distribution with the given parameters.
public GammaDistribution(double,double);
GammaDistribution Class | numerics4net.statistics.distribution Namespace