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