simp38, an R library which estimates an integral using Simpson's 3/8 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.
simp38 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 method.
simp, an R library which estimates an integral using Simpson's rule.
trap, an R library which estimates an integral using the trapezoid method.
Original R code by James Howard; Modifications by John Burkardt.