Learn R Programming

Sim.DiffProc (version 2.5)

Telegproc: Realization a Telegraphic Process

Description

Simulation a telegraphic process.

Usage

Telegproc(t0, x0, T, lambda, output = FALSE)

Arguments

t0
initial time.
x0
state initial (x0 = -1 or +1).
T
final time of the simulation.
lambda
exponential distribution with rate lambda.
output
if output = TRUE write a output to an Excel (.csv).

See Also

Asys Evolution a Telegraphic Process.

Examples

Run this code
## Simulation a telegraphic process
 Telegproc(t0=0,x0=1,T=1,lambda=0.5)

Run the code above in your browser using DataLab