Package org.drip.sample.numerical
Class IntegrandQuadrature
java.lang.Object
org.drip.sample.numerical.IntegrandQuadrature
public class IntegrandQuadrature
extends java.lang.Object
IntegrandQuadrature shows samples for the following routines for integrating the objective function:
- Mid-Point Scheme
- Trapezoidal Scheme
- Simpson/Simpson38 schemes
- Boole Scheme
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = DROP API Construction and Usage
- Package = Search, Quadratures, Fourier Phase Tracker
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description IntegrandQuadrature()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] astrArgs)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntegrandQuadrature
public IntegrandQuadrature()
-
-
Method Details
-
main
public static void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-