Package: spacefillr 0.3.3

spacefillr: Space-Filling Random and Quasi-Random Sequences

Generates random and quasi-random space-filling sequences. Supports the following sequences: 'Halton', 'Sobol', 'Owen'-scrambled 'Sobol', 'Owen'-scrambled 'Sobol' with errors distributed as blue noise, progressive jittered, progressive multi-jittered ('PMJ'), 'PMJ' with blue noise, 'PMJ02', and 'PMJ02' with blue noise. Includes a 'C++' 'API'. Methods derived from "Constructing Sobol sequences with better two-dimensional projections" (2012) <doi:10.1137/070709359> S. Joe and F. Y. Kuo, "Progressive Multi-Jittered Sample Sequences" (2018) <https://graphics.pixar.com/library/ProgressiveMultiJitteredSampling/paper.pdf> Christensen, P., Kensler, A. and Kilpatrick, C., and "A Low-Discrepancy Sampler that Distributes Monte Carlo Errors as a Blue Noise in Screen Space" (2019) E. Heitz, B. Laurent, O. Victor, C. David and I. Jean-Claude, <doi:10.1145/3306307.3328191>.

Authors:Tyler Morgan-Wall [aut, cph, cre], Andrew Helmer [ctb, cph], Leonhard Grünschloß [ctb, cph], Eric Heitz [ctb, cph]

spacefillr_0.3.3.tar.gz
spacefillr_0.3.3.zip(r-4.5)spacefillr_0.3.3.zip(r-4.4)spacefillr_0.3.3.zip(r-4.3)
spacefillr_0.3.3.tgz(r-4.4-x86_64)spacefillr_0.3.3.tgz(r-4.4-arm64)spacefillr_0.3.3.tgz(r-4.3-x86_64)spacefillr_0.3.3.tgz(r-4.3-arm64)
spacefillr_0.3.3.tar.gz(r-4.5-noble)spacefillr_0.3.3.tar.gz(r-4.4-noble)
spacefillr_0.3.3.tgz(r-4.4-emscripten)spacefillr_0.3.3.tgz(r-4.3-emscripten)
spacefillr.pdf |spacefillr.html
spacefillr/json (API)

# Install 'spacefillr' in R:
install.packages('spacefillr', repos = c('https://tylermorganwall.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tylermorganwall/spacefillr/issues

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

On CRAN:

halton-sequencequasi-random-generatorsobol-sequence

11 exports 6 stars 4.30 score 1 dependencies 33 dependents 3 scripts 5.7k downloads

Last updated 4 months agofrom:0bf9644f8f. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-win-x86_64OKAug 20 2024
R-4.5-linux-x86_64OKAug 20 2024
R-4.4-win-x86_64OKAug 20 2024
R-4.4-mac-x86_64OKAug 20 2024
R-4.4-mac-aarch64OKAug 20 2024
R-4.3-win-x86_64OKAug 20 2024
R-4.3-mac-x86_64OKAug 20 2024
R-4.3-mac-aarch64OKAug 20 2024

Exports:generate_halton_faure_setgenerate_halton_faure_singlegenerate_halton_random_setgenerate_halton_random_singlegenerate_pj_setgenerate_pmj_setgenerate_pmj02_setgenerate_pmj02bn_setgenerate_pmjbn_setgenerate_sobol_owen_setgenerate_sobol_set

Dependencies:Rcpp