An S4 class to set Multiscale GWR configurations
Slots
bwBandwidth value.
adaptiveWhether the bandwidth value is adaptive or not.
kernelKernel function used.
longlatWhether the coordinates.
pPower of the Minkowski distance, default to 2, i.e., Euclidean distance.
thetaAngle in radian to roate the coordinate system, default to 0.
centeredA 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_bwWhether optimize bandwidth after selecting models. Avaliable values are
no,AIC, andCV. Ifnois specified, the bandwidth specified by argumentbwis used in calibrating selected models.optim_thresholdThreshold of bandwidth optimization.