-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
22 lines (22 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: humanleague
Type: Package
Title: Synthetic Population Generator
Version: 2.3.2
Description: Generates high-entropy integer synthetic populations from marginal and (optionally) seed data using quasirandom sampling,
in arbitrary dimensionality (Smith, Lovelace and Birkin (2017) <doi:10.18564/jasss.3550>).
The package also provides an implementation of the Iterative Proportional Fitting (IPF) algorithm (Zaloznik (2011) <doi:10.13140/2.1.2480.9923>).
Authors@R: c(
person("Andrew", "Smith", email="[email protected]", role=c("aut", "cre")),
person("Steven", "Johnson", role=c("ctb"), comment="Sobol sequence generator implementation"),
person("Massachusetts Institute of Technology", role=c("cph"), comment="Sobol sequence generator implementation"),
person("John", "Burkhardt", role=c("ctb","cph"), comment="C++ implementation of incomplete gamma function"),
person("G", "Bhattacharjee", role=c("ctb"), comment="Original FORTRAN implementation of incomplete gamma function"))
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
Imports:
Rcpp (>= 0.12.8)
LinkingTo: Rcpp
RoxygenNote: 7.0.2
Suggests:
testthat