adaptint, an R library which estimates an integral using an adaptive version of 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.
adaptint is available in an R version.
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.
midpt, an R library which estimates an integral using the midpoint rule.
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.