Package: sobol 1.0.0

Angel Robles

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:Angel Robles [aut, cre], Ilya M. Sobol [ctb], Paul Bratley [ctb], Bennett L. Fox [ctb], Stephen Joe [ctb], Frances Y. Kuo [ctb]

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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

1.11 score 13 scripts 8 exports 3 dependencies

Last updated from:c68aea8640. Checks:6 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK136
linux-devel-x86_64OK126
source / vignettesOK187
linux-release-arm64OK136
linux-release-x86_64OK130
wasm-releaseOK112

Exports:sobol_designsobol_dimensionssobol_generatorsobol_indexsobol_nextsobol_next_nsobol_pointssobol_skip_to

Dependencies:backportscheckmateRcpp