KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
cubature
★ 14
Open GitHub ↗
Cubature R Package
Download README (.md)
Explore Similar Repositories
DeltaPwn
:
A js bot that can solve the multiple choice questions on the website http://www.deltamath.com.
ServiceAndDaemon
:
C++ application providing a cross platform way of creating a Windows Service or a Linux Daemon.
igg
:
iGG cydia repo source
introduction-to-javascript
:
No description available.
drg
:
Gem version automation with Bundler
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cubature
?
Download (.md)
<!-- README.md is generated from the source: README.Rmd --> # cubature <!-- badges: start --> [](https://github.com/bnaras/cubature/actions/workflows/R-CMD-check.yaml) [](https://cran.r-project.org/package=cubature) [](https://app.codecov.io/gh/bnaras/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`.