Other packages > Find by keyword >

cubature  

Adaptive Multivariate Integration over Hypercubes
View on CRAN: Click here


Download and install cubature package within the R console
Install from CRAN:
install.packages("cubature")

Install from Github:
library("remotes")
install_github("cran/cubature")

Install by package version:
library("remotes")
install_version("cubature", "2.1.4-1")



Attach the package and use:
library("cubature")
Maintained by
Balasubramanian Narasimhan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-12-20
Latest Update: 2025-06-02
Description:
R wrappers around the cubature C library of Steven G. Johnson for adaptive multivariate integration over hypercubes and the Cuba C library of Thomas Hahn for deterministic and Monte Carlo integration. Scalar and vector interfaces for cubature and Cuba routines are provided; the vector interfaces are highly recommended as demonstrated in the package vignette.
How to cite:
Balasubramanian Narasimhan (2009). cubature: Adaptive Multivariate Integration over Hypercubes. R package version 2.1.4-1, https://cran.r-project.org/web/packages/cubature. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0 (2009-12-20 10:34), 1.1-1 (2011-12-08 21:09), 1.1-2 (2013-02-25 07:34), 1.1 (2011-11-22 09:45), 1.3-6 (2016-12-12 18:16), 1.3-8 (2017-05-11 09:49), 1.3-11 (2017-07-19 18:27), 1.3-13 (2018-06-11 23:13), 1.4-1 (2018-10-26 07:00), 1.4 (2018-06-14 00:22), 2.0.1 (2018-11-29 18:24), 2.0.2 (2018-12-11 09:40), 2.0.3 (2018-12-18 12:00), 2.0.4.1 (2020-07-06 12:44), 2.0.4.2 (2021-05-13 07:32), 2.0.4.4 (2022-03-23 00:20), 2.0.4.5 (2022-08-16 17:40), 2.0.4.6 (2023-01-23 09:40), 2.0.4 (2019-12-04 10:20), 2.0 (2018-11-23 06:30), 2.1.0 (2023-06-11 22:30), 2.1.1 (2024-07-14 17:30), 2.1.2 (2025-05-06 00:30), 2.1.3 (2025-05-20 17:20), 2.1.4 (2025-06-02 20:30)
Other packages that cited cubature R package
View cubature citation profile
Other R packages that cubature depends, imports, suggests or enhances
Complete documentation for cubature
Functions, R codes and Examples using the cubature R package
Some associated functions: cubature-package . cubintegrate . cuhre . default_args . divonne . hcubature . suave . vegas . 
Some associated R codes: RcppExports.R . cubature-package.R . cubintegrate.R . cuhre.R . divonne.R . hcubature.R . suave.R . vegas.R .  Full cubature package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA