createIntegrationGrid(type, dimension, k, sym = FALSE)
"KPU"
"KPN"
"GQU"
"GQN"
func
nodes
and weights
for univariate quadrature rule with polynomial exactness 2k-1.
createSparseGrid
createProductRuleGrid
createMonteCarloGrid
integrate
pmvnorm
# load library
library('SparseGrid')
# create integration grid
int.grid <- createIntegrationGrid( 'GQU', dimension=3, k=5 )
Run the code above in your browser using DataLab