Package: sobol 1.0.0
sobol: Quasi-Monte Carlo Sobol Sequence Generator
Provides a fast and efficient implementation of Sobol sequences for quasi-Monte Carlo methods. The Sobol sequence is a low-discrepancy sequence with the property that for all values of N, its subsequence x1, ..., xN has a low discrepancy. It can be used to generate quasi-random numbers for use in Monte Carlo integration and other simulation methods. This implementation is based on the algorithms described by Bratley and Fox (1988) <doi:10.1145/42288.214372> and uses direction numbers from Joe and Kuo (2008) <doi:10.1145/1358628.1358630>. The package includes both batch and incremental interfaces with support for arbitrary starting indices and reproducible sequences. It uses 'Rcpp' for efficient 'C++' integration.
Authors:
sobol_1.0.0.tar.gz
sobol_1.0.0.tar.gz(r-4.7-arm64)sobol_1.0.0.tar.gz(r-4.7-x86_64)sobol_1.0.0.tar.gz(r-4.6-arm64)sobol_1.0.0.tar.gz(r-4.6-x86_64)
sobol_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sobol/json (API)
| # Install 'sobol' in R: |
| install.packages('sobol', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/alrobles/sobol/issues
Pkgdown/docs site:https://alrobles.github.io
Last updated from:c68aea8640. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 136 | ||
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 187 | ||
| linux-release-arm64 | OK | 136 | ||
| linux-release-x86_64 | OK | 130 | ||
| wasm-release | OK | 112 |
Exports:sobol_designsobol_dimensionssobol_generatorsobol_indexsobol_nextsobol_next_nsobol_pointssobol_skip_to
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Print Method for Sobol Generator | print.sobol_generator |
| Print Summary of Sobol Generator | print.summary.sobol_generator |
| Generate a Sobol Design for Parameter Exploration | sobol_design |
| Get Number of Dimensions of a Sobol Generator | sobol_dimensions |
| Create a Sobol Sequence Generator | sobol_generator |
| Get Current Index of a Sobol Generator | sobol_index |
| Generate the Next Point from a Sobol Generator | sobol_next |
| Generate Multiple Points from a Sobol Generator | sobol_next_n |
| Generate a Batch of Sobol Points | sobol_points |
| Skip to a Specific Index in a Sobol Generator | sobol_skip_to |
| Summary Method for Sobol Generator | summary.sobol_generator |
