mcint2, an R library which estimates an integral over a rectangle using a Monte Carlo approach.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
mcint2 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 a Monte Carlo approach.
midpt, an R library which estimates an integral using the midpoint rule.
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.