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:
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')) |
Bug tracker:https://github.com/tylermorganwall/spacefillr/issues
halton-sequencequasi-random-generatorsobol-sequence
Last updated 6 months agofrom:0bf9644f8f. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-x86_64 | OK | Oct 31 2024 |
R-4.4-mac-aarch64 | OK | Oct 31 2024 |
R-4.3-win-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-x86_64 | OK | Oct 31 2024 |
R-4.3-mac-aarch64 | OK | Oct 31 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
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generate Halton Set (Faure Initialized) | generate_halton_faure_set |
Generate Halton Value (Faure Initialized) | generate_halton_faure_single |
Generate Halton Set (Randomly Initialized) | generate_halton_random_set |
Generate Halton Value (Randomly Initialized) | generate_halton_random_single |
Generate 2D Progressive Jittered Set | generate_pj_set |
Generate 2D Progressive Multi-Jittered Set | generate_pmj_set |
Generate 2D Progressive Multi-Jittered (0, 2) Set | generate_pmj02_set |
Generate 2D Progressive Multi-Jittered (0, 2) (with blue noise) Set | generate_pmj02bn_set |
Generate 2D Progressive Multi-Jittered (with blue noise) Set | generate_pmjbn_set |
Generate Owen-scrambled Sobol Set | generate_sobol_owen_set |
Generate Sobol Set | generate_sobol_set |