java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.int_double.IntToDoubleContinuousCurve
io.nosqlbench.virtdata.library.curves4.continuous.int_double.F
All Implemented Interfaces:
java.util.function.IntToDoubleFunction

public class F
extends IntToDoubleContinuousCurve
See Also:
Wikipedia: F-distribution, Commons JavaDoc: FDistribution, Mathworld: F-Distribution {@inheritDoc}
  • Field Summary

    Fields inherited from class io.nosqlbench.virtdata.library.curves4.continuous.int_double.IntToDoubleContinuousCurve

    CLAMP, COMPUTE, FINITE, HASH, INFINITE, INTERPOLATE, MAP, NOCLAMP
  • Constructor Summary

    Constructors 
    Constructor Description
    F​(double numeratorDegreesOfFreedom, double denominatorDegreesOfFreedom, java.lang.String... mods)  
  • Method Summary

    Methods inherited from class io.nosqlbench.virtdata.library.curves4.continuous.int_double.IntToDoubleContinuousCurve

    applyAsDouble

    Methods inherited from class java.lang.Object

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

    • F

      public F​(double numeratorDegreesOfFreedom, double denominatorDegreesOfFreedom, java.lang.String... mods)