brune.doom(RSEIS)
brune.doom()所属R语言包:RSEIS
Brune Modeling
布伦建模
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Modeling the Brune spectrum with Graphical Diagnostics
的布伦光谱与图形诊断建模
用法----------Usage----------
brune.doom(amp, dt = 1, f1 = 0.01, f2 = 15, PLOTB = FALSE, tit = "")
参数----------Arguments----------
参数:amp
signal
信号
参数:dt
deltaT
DeltaT的
参数:f1
low frequency for modeling
低频建模
参数:f2
high frequency for modeling
高频率的建模
参数:PLOTB
logical, TRUE=show diagnostic plots
逻辑,TRUE =诊断图
参数:tit
title for plot
标题为图
值----------Value----------
List:
列表:
参数: SUCCESS
(0,1) for success or failure of modeling
(0,1)的成功或失败的造型
参数: WARN
flag = "OK"
标志=“确定”(OK)
参数:tstar0
tstar0
tstar0
参数:gamma
gamma
伽玛
参数:omega0
omega0
omega0
参数:fc
fc
FC
参数:alpha
alpha
阿尔法
参数:chisqrd
chi-squared misfit over region of fitting
卡方不称职以上区域的配件
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参考文献----------References----------
Tomography at Loma Prieta:Inverting t* for Q, J. Geophys. Res., 99(B4), 6843-6863.
实例----------Examples----------
data(CE1)
plot(CE1$x, CE1$y, type='l')
Xamp = CE1$y[CE1$x>5.443754 & CE1$x<5.615951]
BF = brune.doom( Xamp, CE1$dt ,f1=.5, f2=12 , PLOTB = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|