Telegproc(Sim.DiffProc)
Telegproc()所属R语言包:Sim.DiffProc
Realization a Telegraphic Process
实现一个电汇的过程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation a telegraphic process.
模拟的电报的过程。
用法----------Usage----------
Telegproc(t0, x0, T, lambda, output = FALSE)
参数----------Arguments----------
参数:t0
initial time.
初始时间。
参数:x0
state initial (x0 = -1 or +1).
状态初始(x0 = -1 or +1)。
参数:T
final time of the simulation.
最后一次的模拟。
参数:lambda
exponential distribution with rate lambda.
指数分布率lambda。
参数:output
if output = TRUE write a output to an Excel (.csv).
如果output = TRUE写的output到Excel(CSV)。
(作者)----------Author(s)----------
Boukhetala Kamal, Guidoum Arsalane.
参见----------See Also----------
Asys Evolution a Telegraphic Process.
Asys进化一个电汇工艺。
实例----------Examples----------
## Simulation a telegraphic process[#模拟的电报过程]
Telegproc(t0=0,x0=1,T=1,lambda=0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|