GammaDistribution.shape constructor

GammaDistribution.shape(
  1. double shape
)

Implementation

factory GammaDistribution.shape(double shape) => GammaDistribution(shape, 1);