Skip to content

multivariate integration and partial differentiation

2 messages · Wei-han Liu, Krishna Kumar

3 days later
#
Wei-han Liu wrote:
Hi there are several multivariate integration possibilities in R besides 
Pseudo-MC/Quasi-MC, R package adapt that does adaptive quadrature
based on fortran code from Alan Genz. There is also a package that does 
sparse grids (what is also goes as Smolyak Construction) but I can't 
seem to locate it quickly.

In order to compute the cumulative distribution have a look at package 
mvtnorm, also it is possible to interface to mulnor directly from R 
using Rcpp or simillar.

Best
Krishna