Learn R Programming

EstSimPDMP (version 1.2)

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

Description

This function computes a simulation of a particular piecewise-deterministic Markov process. The state space of the process is the interval ]0,10[. This function is given for illustrating the function CondPdf.CC.interval.

Usage

Simu.PDMP(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.CC.interval, Simu.PDMP.DC

Examples

Run this code
Simu.PDMP(2.4,20) 

Run the code above in your browser using DataLab