Class RealDistributionICDSource

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

    public class RealDistributionICDSource
    extends java.lang.Object
    implements java.util.function.DoubleUnaryOperator
    • Constructor Summary

      Constructors 
      Constructor Description
      RealDistributionICDSource​(org.apache.commons.statistics.distribution.ContinuousDistribution realDistribution)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double applyAsDouble​(double operand)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.DoubleUnaryOperator

        andThen, compose
    • Constructor Detail

      • RealDistributionICDSource

        public RealDistributionICDSource​(org.apache.commons.statistics.distribution.ContinuousDistribution realDistribution)
    • Method Detail

      • applyAsDouble

        public double applyAsDouble​(double operand)
        Specified by:
        applyAsDouble in interface java.util.function.DoubleUnaryOperator