Class SimpsonIntegrator

java.lang.Object
org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
org.hipparchus.analysis.integration.SimpsonIntegrator
All Implemented Interfaces:
UnivariateIntegrator

public class SimpsonIntegrator extends BaseAbstractUnivariateIntegrator
Implements Simpson's Rule for integration of real univariate functions. For reference, see Introduction to Numerical Analysis, ISBN 038795452X, chapter 3.

This implementation employs the basic trapezoid rule to calculate Simpson's rule.