SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.integration.univariate.riemann

Interface Summary
Integrator This is the interface for numerical integration of univariate functions.
IterativeIntegrator An iterative integrator computes an integral by a series of sums, which approximates the value of the integral.
 

Class Summary
ChangeOfVariable Change of variable can easy the computation of some integrals, such as improper integrals.
EulerMaclaurin This class implements a specialized group of the Newton-Cotes integration methods using the Euler-Maclaurin formula.
Midpoint The Midpoint rule is an OPEN type Newton–Cotes formula.
Riemann This class uses an integrator together with Romberg's method.
Romberg Romberg's method computes an integral by generating a sequence of estimations of the integral values and then extrapolation.
Simpson Simpson's rule is often an accurate integration rule.
Trapezoidal The Trapezoidal rule is a closed type Newton–Cotes formula, where the integral interval is evenly divided into N sub-intervals.
 

Enum Summary
EulerMaclaurin.NewtonCotesType Newton-Cotes methods can be classified into two categories: OPEN and CLOSED.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.