Class EnumeratedIntegerDistribution

  • All Implemented Interfaces:
    org.apache.commons.statistics.distribution.DiscreteDistribution

    public class EnumeratedIntegerDistribution
    extends AbstractIntegerDistribution

    Implementation of an integer-valued EnumeratedDistribution.

    Values with zero-probability are allowed but they do not extend the support.
    Duplicate values are allowed. Probabilities of duplicate values are combined when computing cumulative probabilities and statistics.

    Since:
    3.2