Asys(Sim.DiffProc)
Asys()所属R语言包:Sim.DiffProc
Evolution a Telegraphic Process in Time
演化过程中时间的电报
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulation the evolution of the telegraphic process (the availability of a system).
电汇过程模拟的演变(一个系统的可用性)。
用法----------Usage----------
Asys(lambda, mu, t, T)
参数----------Arguments----------
参数:lambda
the rate so that the system functions.
的速率,因此,该系统的功能。
参数:mu
the rate so that the system is broken down.
率,以使系统被分解。
参数:t
calculate the matrix of transition p(t) has at the time t.
计算矩阵过渡p(t)的时间t。
参数:T
final time of evolution the process [0,T].
最后一次的进化过程[0,T]。
Details
详细信息----------Details----------
Calculate the matrix of transition p(t) at time t, the space states of the telegraphic process is (0,1) with 0 : the system is broken down and 1 : the system functions, the initial distribution at time t = 0 of the process is p(t=0)=(1,0) or p(t=0)=(0,1).
计算过渡矩阵p(t)时间t,空间的电报过程是(0,1) 0 : the system is broken down和1 : the system functions,在初次分配中的时间 t = 0的过程,是p(t=0)=(1,0)或p(t=0)=(0,1)。
值----------Value----------
matrix p(t) at time t, and plot of evolution the process.
矩阵p(t)时间t,图的演变过程。
(作者)----------Author(s)----------
Boukhetala Kamal, Guidoum Arsalane.
参见----------See Also----------
Telegproc simulation a telegraphic process.
Telegproc模拟过程的电报。
实例----------Examples----------
## evolution a telegraphic process in time [0 , 5] [#演化的电报的过程在时间[0,5]]
## calculate the matrix of transition p(t = 10) [#计算的过渡矩阵P(T = 10)]
Asys(0.5,0.5,10,5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|