Class GammaMixtureDistribution.Lambda

    • Field Detail

      • k

        public final double k
        the shape parameter
      • theta

        public final double theta
        the scale parameter
    • Constructor Detail

      • Lambda

        public Lambda​(double k,
                      double theta)
        Stores the Gamma distribution parameters.
        Parameters:
        k - the shape parameter
        theta - the scale parameter