Uses of Class
dev.nm.analysis.integration.univariate.riemann.newtoncotes.NewtonCotes
-
Packages that use NewtonCotes Package Description dev.nm.analysis.integration.univariate.riemann.newtoncotes -
-
Uses of NewtonCotes in dev.nm.analysis.integration.univariate.riemann.newtoncotes
Subclasses of NewtonCotes in dev.nm.analysis.integration.univariate.riemann.newtoncotes Modifier and Type Class Description class
Midpoint
The midpoint rule computes an approximation to a definite integral, made by finding the area of a collection of rectangles whose heights are determined by the values of the function.class
Trapezoidal
The Trapezoidal rule is a closed type Newton-Cotes formula, where the integral interval is evenly divided into N sub-intervals.
-