DistWeight(Rquake)
DistWeight()所属R语言包:Rquake
Distance wheighting
距离wheighting
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Distance weighting for non-linear earthquake location.
距离加权线性非地震的位置。
用法----------Usage----------
DistWeight(dist, err, distwt)
DistWeightLL(lat, lon, elat, elon, err, distwt)
DistWeightXY(x, y, ex, ey, err, distwt)
参数----------Arguments----------
参数:dist
distance in km
距离以公里
参数:err
sigma error in seconds
SIGMA误差在几秒钟内
参数:distwt
distance weighting parameter
距离权重参数
参数:lat
Latitude
参数:lon
Longitude
经度
参数:elat
Event Latitude
事件纬度
参数:elon
Event Longitude
事件经度
参数:x
station X(km)
站X(公里)
参数:y
station Y(km)
站Y(公里)
参数:ex
event X (km)
事件X(公里)
参数:ey
event Y (km)
事件Y(公里)
Details
详细信息----------Details----------
Based on Lquake scheme from University of Washington. If you need to reduce the effect of distance weighting, increase distwt.
根据从华盛顿大学Lquake计划。如果你需要减少的效果距离加权中,增加distwt。
Since the hypocenter moves between each iteration, the distance weighting is updated.
由于震源每次迭代之间移动,距离加权被更新。
值----------Value----------
vector of weights
权重向量
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
DistWeight(1:10, .4, 20)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|