-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
55 lines (55 loc) · 2.64 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
47
48
49
50
51
52
53
54
55
Package: GWmodel
Type: Package
Version: 2.4-1
Date: 2024-09-07
Title: Geographically-Weighted Models
Depends: R (>= 3.0.0), robustbase,sp (> 1.4-0), Rcpp (>= 1.0.12)
Imports: methods, sf, grDevices, spacetime,spdep,spatialreg,FNN
LinkingTo: Rcpp, RcppArmadillo, RcppEigen
Suggests: mvoutlier, RColorBrewer, gstat,spData
Description: Techniques from a particular branch of spatial statistics,termed geographically-weighted (GW) models. GW models suit situations when data are not described well by some global model, but where there are spatial regions where a suitably localised calibration provides a better description. 'GWmodel' includes functions to calibrate: GW summary statistics (Brunsdon et al., 2002)<doi: 10.1016/s0198-9715(01)00009-6>, GW principal components analysis (Harris et al., 2011)<doi: 10.1080/13658816.2011.554838>, GW discriminant analysis (Brunsdon et al., 2007)<doi: 10.1111/j.1538-4632.2007.00709.x> and various forms of GW regression (Brunsdon et al., 1996)<doi: 10.1111/j.1538-4632.1996.tb00936.x>; some of which are provided in basic and robust (outlier resistant) forms.
Authors@R: c(person(given = "Binbin",
family = "Lu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Paul",
family = "Harris",
role = "aut"),
person(given = "Martin",
family = "Charlton",
role = "aut"),
person(given = "Chris",
family = "Brunsdon",
role = "aut"),
person(given = "Tomoki",
family = "Nakaya",
role = "aut"),
person(given = "Daisuke",
family = "Murakami",
role = "ctb"),
person(given = "Yigong",
family = "Hu",
role = "ctb"),
person(given = c("Fiona", "H"),
family = "Evans",
role = "ctb"),
person(given = "Hjalmar",
family = "H<c3><b6>glund",
role = "ctb"))
Maintainer: Binbin Lu <[email protected]>
License: GPL (>= 2)
Repository: CRAN
URL: http://gwr.nuim.ie/
NeedsCompilation: yes
SystemRequirements: GNU make
Packaged: 2024-09-07 07:50:13 UTC; Lenovo
Author: Binbin Lu [aut, cre],
Paul Harris [aut],
Martin Charlton [aut],
Chris Brunsdon [aut],
Tomoki Nakaya [aut],
Daisuke Murakami [ctb],
Yigong Hu [ctb],
Fiona H Evans [ctb],
Hjalmar H<c3><b6>glund [ctb]
Date/Publication: 2024-09-07 11:00:02 UTC