-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
21 lines (21 loc) · 1.58 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: spacefillr
Type: Package
Title: Space-Filling Random and Quasi-Random Sequences
Version: 0.3.3
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
person("Andrew", "Helmer", role = c("ctb", "cph")),
person("Leonhard", "Grünschloß", role = c("ctb", "cph")),
person("Eric", "Heitz", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <[email protected]>
Description: 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>.
License: MIT + file LICENSE
Imports:
Rcpp (>= 1.0.0)
LinkingTo:
Rcpp
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://github.com/tylermorganwall/spacefillr
BugReports: https://github.com/tylermorganwall/spacefillr/issues
SystemRequirements: C++17