Package org.drip.function.r1tor1
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.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Built-in R1 To R1 Functions
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Bennett()
Bennett constructor -
Method Summary
Modifier and Type Method Description double
evaluate(double dblVariate)
Evaluate for the given variateMethods inherited from class org.drip.function.definition.R1ToR1
antiDerivative, conditionNumber, derivative, differential, differential, integrate, maxima, maxima, minima, minima, poleResidue
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Bennett
public Bennett() throws java.lang.ExceptionBennett constructor- Throws:
java.lang.Exception
- Thrown if Bennett cannot be instantiated
-
-
Method Details
-
evaluate
public double evaluate(double dblVariate) throws java.lang.ExceptionDescription copied from class:R1ToR1
Evaluate for the given variate
-