NLSlocate(Rquake)
NLSlocate()所属R语言包:Rquake
Nonlinear Least Squares Location
非线性最小二乘位置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Nonlinear Least Squares Location using Gieger's method
非线性最小二乘地点使用吉格的方法
用法----------Usage----------
NLSlocate(GH, vel = list(), init = c(0, 0, 0, 0), PLOT = FALSE)
参数----------Arguments----------
参数:GH
List, RSEIS
列表中,RSEIS
参数:vel
velocity model
速度模型
参数:init
initial guess for event location
初始猜测事件的位置
参数:PLOT
logical, TRUE=plot
逻辑,TRUE =图
Details
详细信息----------Details----------
This is an adaptation of non-linear least squares inversion for earthquake location. A residual function is supplied, and iterations are performed until the location is determined.
这是一个适应的非线性最小二乘反演地震的位置。被供给的剩余的功能,和迭代执行直到确定的位置。
值----------Value----------
vector, new location
向量,新的位置
注意----------Note----------
At this stage there are no weighting mechanisms or code to eliminate data that has residuals that are too large.
在这个阶段,有没有加权的机制或代码,以消除数据残差过大。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参考文献----------References----------
Principles and Applications of Microearthquake Networks, Academic Press, New York, 1981.
参见----------See Also----------
swig
痛饮
实例----------Examples----------
## Not run: [#不运行:]
eqsol = NLSlocate(nh, vel=nh$vel, PLOT=TRUE )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|