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.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: 2023-06-11
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.1, https://cran.r-project.org/web/packages/cubature. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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