Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotes Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
MidpointThe 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.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
NewtonCotesThe Newton-Cotes formulae, also called the Newton-Cotes quadrature rules or simply Newton-Cotes rules, are a group of formulae for numerical integration (also called quadrature) based on evaluating the integrand at equally-spaced points.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
NewtonCotes .TypeThere are two types of the Newton-Cotes method: OPEN and CLOSED.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
RombergRomberg's method computes an integral by generating a sequence of estimations of the integral value and then doing an extrapolation.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
SimpsonSimpson's rule can be thought of as a special case of Romberg's method.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu
TrapezoidalThe Trapezoidal rule is a closed type Newton-Cotes formula, where the integral interval is evenly divided into N sub-intervals.Classcom.numericalmethod.suanshu.analysis.integration.univariate.riemann.newtoncotesSuanShu