gwr.tricube(spgwr)
gwr.tricube()所属R语言包:spgwr
GWR tricube weights function
GWR tricube的权重功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function returns a vector of weights using the tricube scheme:
该函数返回一个向量的权重使用tricube计划:
if d_{ij} <= d else w_{ij}(g) = 0, where d_{ij} are the distances between the observations and d is the distance at which weights are set to zero.
如果d_{ij} <= d其他w_{ij}(g) = 0,d_{ij}之间的距离的意见和d的距离权重设置为零。
用法----------Usage----------
gwr.tricube(dist2, d)
参数----------Arguments----------
参数:dist2
vector of squared distances between observations
矢量的观测值之间的距离的平方
参数:d
distance at which weights are set to zero
距离处的权重被设置为零
值----------Value----------
matrix of weights.
的权重矩阵。
(作者)----------Author(s)----------
Roger Bivand <a href="mailto:Roger.Bivand@nhh.no">Roger.Bivand@nhh.no</a>
参考文献----------References----------
Quantitative Geography, London: Sage; C. Brunsdon, A.Stewart Fotheringham and M.E. Charlton, 1996, "Geographically Weighted Regression: A Method for Exploring Spatial Nonstationarity", Geographical Analysis, 28(4), 281-298;
参见----------See Also----------
gwr.sel, gwr
gwr.sel,gwr
实例----------Examples----------
plot(seq(-10,10,0.1), gwr.tricube(seq(-10,10,0.1)^2, 6.0), type="l")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|