Class BetaMixtureDistribution.Lambda

    • Field Detail

      • alpha

        public final double alpha
        α: the shape parameter
      • beta

        public final double beta
        β: the shape parameter
    • Constructor Detail

      • Lambda

        public Lambda​(double alpha,
                      double beta)
        Stores the Beta distribution parameters.
        Parameters:
        alpha - α: the shape parameter
        beta - β: the shape parameter