-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 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
35
36
37
Package: mcgf
Title: Markov Chain Gaussian Fields Simulation and Parameter
Estimation
Version: 1.1.0.9000
Authors@R:
person("Tianxia", "Jia", , "tianxia.jia@ucalgary.ca",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5430-5019"))
Description: Simulating and estimating (regime-switching) Markov chain Gaussian
fields with covariance functions of the Gneiting class (Gneiting 2002)
<doi:10.1198/016214502760047113>. It supports parameter estimation by
weighted least squares and maximum likelihood methods, and produces Kriging
forecasts and intervals for existing and new locations.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
doParallel (>= 1.0.17),
foreach (>= 1.5.2),
parallel (>= 4.3.1),
knitr,
rmarkdown,
lubridate,
dplyr,
Rsolnp
Config/testthat/edition: 3
Imports:
MASS,
sp
Depends:
R (>= 4.0.0)
LazyData: true
URL: https://github.com/tianxia-jia/mcgf, https://tianxia-jia.github.io/mcgf/
BugReports: https://github.com/tianxia-jia/mcgf/issues
VignetteBuilder: knitr