Package: SparseGrid 0.8.2

Jelmer Ypma
SparseGrid: Sparse grid integration in R
SparseGrid is a package to create sparse grids for numerical integration, based on code from www.sparse-grids.de
Authors:
SparseGrid_0.8.2.tar.gz
SparseGrid_0.8.2.tar.gz(r-4.6-any)SparseGrid_0.8.2.tar.gz(r-4.5-any)
SparseGrid_0.8.2.tgz(r-4.5-emscripten)
SparseGrid.pdf |SparseGrid.html✨
SparseGrid/json (API)
| # Install 'SparseGrid' in R: |
| install.packages('SparseGrid', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:45393731f9. Checks:2 NOTE, 2 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | NOTE | 105 | |
| source / vignettes | OK | 158 | |
| linux-release-x86_64 | NOTE | 113 | |
| wasm-release | OK | 86 |
Exports:createIntegrationGridcreateMonteCarloGridcreateProductRuleGridcreateSparseGridreadASCGrid
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create integration grid with the least number of nodes, either using a sparse grid or a product rule grid. | createIntegrationGrid |
| Create a multidimensional grid of nodes and weights for Monte Carlo integration | createMonteCarloGrid |
| Create a multidimensional grid of nodes and weights for integration | createProductRuleGrid |
| Create sparse grid | createSparseGrid SparseGrid |
| Read integration grid from file | readASCGrid |