我正在学习使用R通过gwr.sel()和gwr()函数编写简单的地理加权回归。当我阅读gwr()的官方文档时,请链接: gwr definition
我发现有一个名为“权重”的属性,其定义如下:
**weights** case weights used as in weighted least squares, beware of scaling issues, probably unsafe
,它包含在原始函数定义签名中:
gwr(formula, data=list(), coords, bandwidth, gweight=gwr.Gauss,
adapt=NULL, hatmatrix = FALSE, fit.points, longlat=NULL,
se.fit=FALSE, **weights**, cl=NULL, predictions = FALSE,
fittedGWRobject = NULL, se.fit.CCT = TRUE)
我在本文档或Google结果中均未找到该属性的直接使用示例,专家可以教我GWR流程中使用的参数是什么吗?预先感谢!
答案 0 :(得分:1)
我不是专家,但是据我所知,在误差项中,加权最小二乘用于具有异方差性的数据。 在这里,您可以为残差的协方差矩阵定义权重,例如,参见https://newonlinecourses.science.psu.edu/stat501/node/352/