-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·45 lines (45 loc) · 2.1 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: autoFRK
Title: Automatic Fixed Rank Kriging
Version: 1.4.17
Authors@R: c(person(
given = "ShengLi",
family = "Tzeng",
email = "slt.cmu@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3879-9420")
),
person(
given = "Hsin-Cheng",
family = "Huang",
email = "hchuang@stat.sinica.edu.tw",
role = "aut",
comment = c(ORCID = "0000-0002-5613-349X")
),
person(
given = "Wen-Ting",
family = "Wang",
email = "egpivo@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0003-3051-7302")
)
)
Description: Automatic fixed rank kriging for (irregularly located) spatial data using a class of basis functions with multi-resolution features and ordered in terms of their resolutions. The model parameters are estimated by maximum likelihood (ML) and the number of basis functions is determined by Akaike's information criterion (AIC). For spatial data with either one realization or independent replicates, the ML estimates and AIC are efficiently computed using their closed-form expressions when no missing value occurs. Details regarding the basis function construction, parameter estimation, and AIC calculation can be found in Tzeng and Huang (2018) <doi:10.1080/00401706.2017.1345701>. For data with missing values, the ML estimates are obtained using the expectation-maximization algorithm. Apart from the number of basis functions, there are no other tuning parameters, making the method fully automatic. Users can also include a stationary structure in the spatial covariance, which utilizes 'LatticeKrig' package.
License: GPL (>= 2)
Date: 2023-01-26
Depends: R (>= 3.5.0), spam
Imports: fields (>= 6.9.1), filehashSQLite, filehash, MASS, mgcv, LatticeKrig
(>= 5.4), FNN, filematrix, Rcpp, methods
LinkingTo: Rcpp, RSpectra, RcppEigen, RcppParallel
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
NeedsCompilation: yes
Repository: CRAN
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/egpivo/autoFRK
BugReports: https://github.com/egpivo/autoFRK/issues
Config/testthat/edition: 3