Class IntToDoubleContinuousCurve

    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • IntToDoubleContinuousCurve

        public IntToDoubleContinuousCurve​(org.apache.commons.statistics.distribution.ContinuousDistribution distribution,
                                          java.lang.String... modslist)
    • Method Detail

      • applyAsDouble

        public double applyAsDouble​(int value)
        Specified by:
        applyAsDouble in interface java.util.function.IntToDoubleFunction