Class IntToDoubleContinuousCurve

java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.int_double.IntToDoubleContinuousCurve
All Implemented Interfaces:
java.util.function.IntToDoubleFunction
Direct Known Subclasses:
Beta, Cauchy, ChiSquared, ConstantContinuous, Enumerated, Exponential, F, Gamma, Gumbel, Laplace, Levy, Logistic, LogNormal, Nakagami, Normal, Pareto, T, Triangular, Uniform, Weibull

public class IntToDoubleContinuousCurve
extends java.lang.Object
implements java.util.function.IntToDoubleFunction
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CLAMP  
    static java.lang.String COMPUTE  
    static java.lang.String FINITE  
    static java.lang.String HASH  
    static java.lang.String INFINITE  
    static java.lang.String INTERPOLATE  
    static java.lang.String MAP  
    static java.lang.String NOCLAMP  
  • Constructor Summary

    Constructors 
    Constructor Description
    IntToDoubleContinuousCurve​(ContinuousDistribution distribution, java.lang.String... modslist)  
  • Method Summary

    Modifier and Type Method Description
    double applyAsDouble​(int value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait