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