Stllogis(Sim.DiffProc)
Stllogis()所属R语言包:Sim.DiffProc
Creating Stochastic Process The Log Logistic Distribution
创建随机过程的logMF配送
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation stochastic process by a log logistic distribution.
模拟随机过程的的logMF配送。
用法----------Usage----------
Stllogis(N, t0, x0, T, location, scale, output = FALSE)
参数----------Arguments----------
参数:N
size of process.
大小的处理。
参数:t0
initial time.
初始时间。
参数:x0
initial value at time t0.
初始值时t0。
参数:T
final time.
最后的时间。
参数:location
location parameter.
位置参数。
参数:scale
scale 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,Stlgamma3,Stweibull3,Stlogis,Stlgamma3,Stllogis3,Stgp, Stgamma3,SRW,WNG,Stst.
Stgamma,Stweibull,Stchisq,Stcauchy,Stbeta,Stlnorm,Stlnorm3,Stexp,Stlgamma3,Stweibull3,Stlogis,Stlgamma3,Stllogis3,Stgp,Stgamma3,SRW,WNG ,Stst。
实例----------Examples----------
Stllogis(N=1000,t0=0,x0=0,T=1,location=-5,scale=1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|