Class BinomialMixtureDistribution.Lambda

    • Field Detail

      • size

        public final int size
        the size
      • p

        public final double p
        the success probability in each trial
    • Constructor Detail

      • Lambda

        public Lambda​(int size,
                      double p)
        Stores the Binomial distribution parameters.
        Parameters:
        size - the size
        p - the success probability in each trial