-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.94 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: spup
Type: Package
Title: Spatial Uncertainty Propagation Analysis
Version: 1.4-0
Date: 2024-01-09
Authors@R: c(person("Kasia", "Sawicka", email = "[email protected]", role = c("aut", "cre")),
person("Gerard", "Heuvelink", email = "[email protected]", role = c("aut")),
person("Dennis", "Walvoort", email = "[email protected]", role = c("aut")),
person("Stefan", "van Dam", email = "[email protected]", role = c("ctb")),
person("Damiano", "Luzzi", email = "[email protected]", role = c("ctb"))
)
Description: Uncertainty propagation analysis in spatial environmental modelling following methodology
described in Heuvelink et al. (2007) <doi:10.1080/13658810601063951>
and Brown and Heuvelink (2007) <doi:10.1016/j.cageo.2006.06.015>. The package provides functions
for examining the uncertainty propagation starting from input data and model parameters,
via the environmental model onto model outputs. The functions include uncertainty model specification,
stochastic simulation and propagation of uncertainty using Monte Carlo (MC) techniques.
Uncertain variables are described by probability distributions. Both numerical and categorical data types are handled.
Spatial auto-correlation within an attribute and cross-correlation between attributes is accommodated for.
The MC realizations may be used as input to the environmental models called from R, or externally.
Depends: R (>= 4.3.0)
Imports: graphics,
gstat,
magrittr,
methods,
mvtnorm,
purrr,
raster,
whisker
Suggests:
dplyr,
GGally,
gridExtra,
knitr,
png,
readr,
sp,
testthat,
sf
License: GPL (>= 3)
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/ksawicka/spup
BugReports: https://github.com/ksawicka/spup/issues
RoxygenNote: 7.2.3