midpoint_quad, an R code which estimates an integral using the midpoint quadrature rule.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
midpoint_quad is available in an R version.
adaptint, an R code which estimates an integral using an adaptive midpoint quadrature rule.
mcint, an R code which estimates an integral using the Monte Carlo quadrature rule.
mcint2, an R code which estimates an integral over a rectangle using the Monte Carlo quadrature rule.
romberg, an R code which estimates an integral using Romberg extrapolation.
simp, an R code which estimates an integral using Simpson's quadrature rule.
simp38, an R code which estimates an integral using Simpson's quadrature 3/8 rule.
trap, an R code which estimates an integral using the trapezoid quadrature rule.
Original R code by James Howard; Modifications by John Burkardt.