Stlgamma3(Sim.DiffProc)
Stlgamma3()所属R语言包:Sim.DiffProc
Creating Stochastic Process The Log Three-Parameter Gamma Distribution
创建随机过程的log三参数伽玛分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation stochastic process by a log three-parameter gamma distribution (also known as Log-Pearson type III distribution).
由log三参数伽玛分布(也称为经度皮尔逊III型分布)的模拟随机过程。
用法----------Usage----------
Stlgamma3(N, t0, x0, T, shape, rate, thres, output = FALSE)
参数----------Arguments----------
参数:N
size of process.
大小的处理。
参数:t0
initial time.
初始时间。
参数:x0
initial value at time t0.
初始值时t0。
参数:T
final time.
最后的时间。
参数:shape
shape parameter.
形状参数。
参数:rate
rate parameter.
率参数。
参数:thres
threshold or shift parameter.
阈值或位移参数。
参数:output
if output = TRUE write a output to an Excel (.csv).
如果output = TRUE写的output到Excel(CSV)。
值----------Value----------
data.frame(time,x) and plot of process.
数据框(时间,x)和图的过程。
注意----------Note----------
Time step of the simulation (T-t0)/N.
时间步长模拟(T-t0)/N。
(作者)----------Author(s)----------
Guidoum Arsalane.
参见----------See Also----------
Stgamma,Stweibull,Stchisq,Stcauchy,Stbeta,Stlnorm,Stlnorm3, Stexp,Stgumbel,Stweibull3,Stlogis,Stllogis,Stllogis3,Stgumbel, Stgp,SRW,WNG,Stst.
Stgamma,Stweibull,Stchisq,Stcauchy,Stbeta,Stlnorm,Stlnorm3,Stexp,Stgumbel,Stweibull3,Stlogis,Stllogis,Stllogis3,Stgumbel,Stgp,SRW,WNG ,Stst。
实例----------Examples----------
Stlgamma3(N=1000,t0=0,x0=0,T=1,shape=2,rate=1,thres=-5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|