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

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    IntegrandQuadrature()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] astrArgs)
    Entry Point

    Methods 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.Exception
      Entry Point
      Parameters:
      astrArgs - Command Line Argument Array
      Throws:
      java.lang.Exception - Thrown on Error/Exception Situation