Learn R Programming

Sim.DiffProc (version 2.5)

Asys: Evolution a Telegraphic Process in Time

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.
T
final time of evolution the process [0,T].

Value

  • matrix p(t) at time t, and plot of evolution the process.

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).

See Also

Telegproc simulation a telegraphic process.

Examples

Run this code
## evolution a telegraphic process in time [0 , 5] 
## calculate the matrix of transition p(t = 10) 
Asys(0.5,0.5,10,5)

Run the code above in your browser using DataLab