etarpp(SAPP)
etarpp()所属R语言包:SAPP
Residual Point Process of The ETAS Model
剩余的点过程的ETAS模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the residual data using the ETAS model with MLEs.
计算剩余的数据,使用ETAS模型的极大似然估计。
用法----------Usage----------
etarpp(time, mag, threshold=0.0, reference=0.0, parami,
zts=0.0, tstart, zte, ztend=NULL, plot=TRUE)
etarpp2(etas, threshold=0.0, reference=0.0, parami,
zts=0.0, tstart, zte, ztend=NULL, plot=TRUE)
参数----------Arguments----------
参数:time
the time measured from the main shock(t=0).
测定的时间,从主震(t = 0时)。
参数:mag
magnitude.
级。
参数:etas
a etas-format dataset on 9 variables (no., longitude, latitude, magnitude, time, depth, year, month and days).
一个的ETAS格式数据集9变量(号,经度,纬度,震级,时间,深度,年,月,日)。
参数:threshold
threshold magnitude.
阈值的大小。
参数:reference
reference magnitude.
基准幅度。
参数:parami
initial estimates of five parameters mu, K, c, alpha and p.
五个参数的初步估计mu,K,c,alpha和p。
参数:zts
the start of the precursory period.
开始前兆期间。
参数:tstart
the start of the target period.
的对象期间的开始。
参数:zte
the end of the target period.
的对象期间的结束。
参数:ztend
the end of the prediction period. If NULL (default) the last time of available data is set.
预测期结束。如果为NULL(默认),最后一次可用的数据。
参数:plot
logical. If TRUE (default) the graphs of cumulative number and magnitude against the ordinary time and transformed time are plotted.
逻辑。如果为TRUE(默认值)的累计数量和规模对普通时间和转换时间绘制的图形。
Details
详细信息----------Details----------
The cumulative number of earthquakes at time t since t_0 is given by the integration of lambda(t) ( see etasap ) with respect to the time t,
地震在时间的累积数t自t_0的整合lambda(t)(见etasap)的时间t,
where the summation of i is taken for all data event. The output of etarpp2 is given in a res-format dataset which includes the column of {Lambda(t_i),i=1,2,...,N}.
其中求和i的所有数据事件。在高分辨率格式的数据集,其中包括etarpp2列{Lambda(t_i),i=1,2,...,N}的输出。
值----------Value----------
参数:trans.time
transformed time Lambda(t_i), i=1,2,...,N.
转换时间Lambda(t_i), i=1,2,...,N。
参数:no.tstart
data number of the start of the target period.
对象期间的开始的数据个数。
参数:resData
a res-format dataset on 7 variables (no., longitude, latitude, magnitude, time, depth and transformed time).
一个res格式的数据集上的变量(7号,经度,纬度,震级,时间,深度和转换时间)。
参考文献----------References----------
Computer Science Monographs, No.33, Statistical Analysis of Seismicity - updated version (SASeies2006). The Institute of Statistical Mathematics.
实例----------Examples----------
data(main2003JUL26) # The aftershock data of 26th July 2003 earthquake of M6.2[2003年7月26日的6.2级大地震的余震数据]
## output transformed times and cumulative numbers[#输出转换时间和累计数]
x <- main2003JUL26
etarpp(x$time, x$magnitude, 2.5, 6.2,
c(0, 0.63348E+02, 0.38209E-01, 0.26423E+01, 0.10169E+01),, 0.01, 7, 18.68)
## output a res-format dataset[#输出高分辨率格式的数据集]
etarpp2(main2003JUL26, 2.5, 6.2,
c(0, 0.63348E+02, 0.38209E-01, 0.26423E+01, 0.10169E+01),, 0.01, 7, 18.68)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|