-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 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
Package: KRIG
Type: Package
Title: Spatial Statistic with Kriging
Version: 0.1.0
Encoding: UTF-8
Date: 2018-01-27
License: LGPL-3
Description: Implements different methods for spatial statistics, in particular focused in
Kriging based models. We count with different implemented models, simple, ordinary and
universal forms of Kriging, co-Kriging and regression Kriging models. Includes, multivariate
sensitivity analysis under an approximation designed over reproducing kernel Hilbert spaces and
computation of Sobol indexes under this framework.
Authors@R: c(
person("Pedro", "Guarderas", email = "[email protected]", role = c("aut","cre") ),
person("Daniel", "Lagos", role="ctb"),
person("Andrés", "Lopez", role="ctb"),
person("Juan", "Teran", role="ctb")
)
URL: https://github.com/pedroguarderas/KRIG
BugReports: https://github.com/pedroguarderas/KRIG/issues
Depends:
R (>= 3.3)
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 6.0.1
Imports: Rcpp, Rdpack
Suggests: data.table,
colorRamps,
plotly,
knitr,
rmarkdown,
testthat
LazyData: true
VignetteBuilder: knitr
RdMacros: Rdpack