An S4 class to set Multiscale GWR configurations
Slots
bw
Bandwidth value.
adaptive
Whether the bandwidth value is adaptive or not.
kernel
Kernel function used.
longlat
Whether the coordinates.
p
Power of the Minkowski distance, default to 2, i.e., Euclidean distance.
theta
Angle in radian to roate the coordinate system, default to 0.
centered
A logical vector of length equalling to the number of predictors, and note intercept is not included; if the element is TRUE, the corresponding predictor will be centered.
optim_bw
Whether optimize bandwidth after selecting models. Avaliable values are
no
,AIC
, andCV
. Ifno
is specified, the bandwidth specified by argumentbw
is used in calibrating selected models.optim_threshold
Threshold of bandwidth optimization.