GammaDistribution constructor

GammaDistribution(
  1. double shape,
  2. double scale
)

Implementation

GammaDistribution(this.shape, this.scale);