-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
34 lines (23 loc) · 1.34 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
output: github_document
---
<!-- README.md is generated from the source: README.Rmd -->
# cubature
<!-- badges: start -->
[![R-CMD-check](https://github.com/bnaras/cubature/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bnaras/cubature/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/cubature)](https://cran.r-project.org/package=cubature)
[![Codecov test coverage](https://codecov.io/gh/bnaras/cubature/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bnaras/cubature?branch=master)
[![](https://cranlogs.r-pkg.org/badges/cubature)](https://CRAN.R-project.org/package=cubature)
<!-- badges: end -->
Cubature is an R package for adaptive multivariate integration over
hypercubes using deterministic and Monte Carlo methods. The package
provides wrappers around two C libraries:
- The cubature C library of [Steven G. Johnson](https://math.mit.edu/~stevenj/)
- The Cuba C library of [Thomas Hahn](https://wwwth.mpp.mpg.de/members/hahn/)
Both scalar and vectorized interfaces are available for all
routines. R users will gain a lot by using the vectorization as
demonstrated in the included vignette.
## Dedication
Version 2.0 is dedicated to the memory of Kiên Kiêu, one of the
original authors of `R2Cuba`. I (BN) never knew him, but this package
derives from his work on `R2Cuba`.