Class IntegerDistributionICDSource

  • All Implemented Interfaces:
    java.util.function.DoubleToIntFunction

    public class IntegerDistributionICDSource
    extends java.lang.Object
    implements java.util.function.DoubleToIntFunction
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerDistributionICDSource​(org.apache.commons.statistics.distribution.DiscreteDistribution integerDistribution)  
    • Method Summary

      Modifier and Type Method Description
      int applyAsInt​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerDistributionICDSource

        public IntegerDistributionICDSource​(org.apache.commons.statistics.distribution.DiscreteDistribution integerDistribution)
    • Method Detail

      • applyAsInt

        public int applyAsInt​(double value)
        Specified by:
        applyAsInt in interface java.util.function.DoubleToIntFunction