Learn R Programming

EstSimPDMP (version 1.2)

Simu.PDMP.DC: Simulation of a piecewise-deterministic Markov process with discrete state space

Description

This function computes a simulation of a particular piecewise-deterministic Markov process. The state space of the process is the set (1,2,3). This function is given for illustrating the function CondPdf.DC.interval.

Usage

Simu.PDMP.DC(x0,T,verbose)

Arguments

x0
origin of the process.
T
number of simulated jumps.
verbose
if TRUE, add a plot of the simulation.

See Also

CondPdf.DC.interval

Examples

Run this code
Simu.PDMP.DC(1,50) 

Run the code above in your browser using DataLab