Class RealDistributionICDSource

java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.common.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​(ContinuousDistribution realDistribution)  
  • 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