-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.99 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
46
Package: geocomplexity
Title: Mitigating Spatial Bias Through Geographical Complexity
Version: 0.3.0
Authors@R: c(
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800")),
person(given = "Yongze", family = "Song",
email = "yongze.song@outlook.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Zehua", family = "Zhang",
email = "levizhang0111@gmail.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-3462-4025"))
)
Description: The geographical complexity of individual variables can be characterized by the differences in local attribute variables, while the common geographical complexity of multiple variables can be represented by fluctuations in the similarity of vectors composed of multiple variables. In spatial regression tasks, the goodness of fit can be improved by incorporating a geographical complexity representation vector during modeling, using a geographical complexity-weighted spatial weight matrix, or employing local geographical complexity kernel density. Similarly, in spatial sampling tasks, samples can be selected more effectively by using a method that weights based on geographical complexity. By optimizing performance in spatial regression and spatial sampling tasks, the spatial bias of the model can be effectively reduced.
License: GPL-3
Encoding: UTF-8
URL: https://ausgis.github.io/geocomplexity/, https://github.com/ausgis/geocomplexity
BugReports: https://github.com/ausgis/geocomplexity/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
dplyr,
magrittr,
purrr,
sdsfun,
sf,
stats,
terra,
tibble
Suggests:
ggplot2,
knitr,
Rcpp,
RcppArmadillo,
rmarkdown,
viridis
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder: knitr