Class Bennett

java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.function.r1tor1.Bennett

public class Bennett
extends R1ToR1
Bennett is implementation of the Bennett's Function used in the Estimation of the Bennett's Concentration Inequality.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • Bennett

      public Bennett() throws java.lang.Exception
      Bennett constructor
      Throws:
      java.lang.Exception - Thrown if Bennett cannot be instantiated
  • Method Details

    • evaluate

      public double evaluate​(double dblVariate) throws java.lang.Exception
      Description copied from class: R1ToR1
      Evaluate for the given variate
      Specified by:
      evaluate in class R1ToR1
      Parameters:
      dblVariate - Variate
      Returns:
      Returns the calculated value
      Throws:
      java.lang.Exception - Thrown if evaluation cannot be done