Documentation of 'org.apache.commons.math3.analysis.integration.RombergIntegrator' Java class
RombergIntegrator
org.apache.commons.math3.analysis.integration

Class RombergIntegrator

  • All Implemented Interfaces:
    UnivariateIntegrator


    public class RombergIntegrator
    extends BaseAbstractUnivariateIntegrator
    Implements the Romberg Algorithm for integration of real univariate functions. For reference, see Introduction to Numerical Analysis, ISBN 038795452X, chapter 3.

    Romberg integration employs k successive refinements of the trapezoid rule to remove error terms less than order O(N^(-2k)). Simpson's rule is a special case of k = 2.

    Since:
    1.2

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.