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