gw.adapt(spgwr)
gw.adapt()所属R语言包:spgwr
Adaptive kernel for GWR
自适应内核的GWR
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function constructs weights using an adaptive kernal for geographically weighted regression
函数构造权重,使用自适应内核GEO加权回归
用法----------Usage----------
gw.adapt(dp, fp, quant, longlat=FALSE)
参数----------Arguments----------
参数:dp
data points coordinates
数据点的坐标
参数:fp
fit points coordinates
拟合点坐标
参数:quant
proportion of data points to include in the weights
的数据点的比例包含在权重
参数:longlat
if TRUE, use distances on an ellipse with WGS84 parameters
如果为TRUE,使用一个椭圆形的距离与WGS84参数
值----------Value----------
a vector of weights
的权重的矢量
(作者)----------Author(s)----------
Roger Bivand <a href="mailto:Roger.Bivand@nhh.no">Roger.Bivand@nhh.no</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|