PiecewiseDeterministicMarkovProcesses.jl

Piecewise Deterministic Markov Processes in Julia
Author rveltz
Popularity
20 Stars
Updated Last
11 Months Ago
Started In
December 2015

PiecewiseDeterministicMarkovProcesses.jl

Documentation Build Status
Build status codecov

PiecewiseDeterministicMarkovProcesses.jl is a Julia package that allows simulation of Piecewise Deterministic Markov Processes (PDMP); these encompass hybrid systems and jump processes, comprised of continuous and discrete components, as well as processes with time-varying rates. The aim of the package is to provide methods for the simulation of these processes that are "exact" up to the ODE integrator. A lot of care has been devoted to reduce allocations as much as possible.

To install this package, run the command

] add PiecewiseDeterministicMarkovProcesses

Please, have a look at the documention.

Authors

This is a joint work of Romain Veltz (@rveltz) and Simon Frost (@sdwfrost).