Class RealDistributionICDSource

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

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

      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

    • Method Detail

      • applyAsDouble

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