Stst(Sim.DiffProc)
Stst()所属R语言包:Sim.DiffProc
Creating Stochastic Process The Student Distribution
创建随机的过程中,学生分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation stochastic process by a Student distribution.
模拟学生分布的随机过程。
用法----------Usage----------
Stst(N, t0, T, n, output = FALSE)
参数----------Arguments----------
参数:N
size of process.
大小的处理。
参数:t0
initial time.
初始时间。
参数:T
final time.
最后的时间。
参数:n
degrees of freedom (> 0,non-integer).
自由度(> 0,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)和图的过程。
(作者)----------Author(s)----------
Boukhetala Kamal, Guidoum Arsalane.
参见----------See Also----------
SRW Creating Random Walk, Stgamma Stochastic Process The Gamma Distribution, WNG White Noise Gaussian.
SRW创建随机城,Stgamma的随机过程的Gamma分布,WNG的白噪声高斯。
实例----------Examples----------
## Stochastic Process The Student Distribution[#随机过程中,学生分布]
Stst(N=1000,t0=0,T=1,n=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|