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.5-noble)SparseGrid_0.8.2.tar.gz(r-4.4-noble)
SparseGrid_0.8.2.tgz(r-4.4-emscripten)SparseGrid_0.8.2.tgz(r-4.3-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 12 years agofrom:45393731f9. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
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 |