adolgert / CompetingClocks.jl

Simplest simulation to use non-Exponential transitions
MIT License
5 stars 0 forks source link
continuous-time discrete-event-systems generalized-semi-markov-processes gillespie-algorithm next-reaction-method stochastic-simulation

CompetingClocks

Stable Dev Build Status

CompetingClocks samples continuous-time probability distributions with time-varying hazard rates. It is a sampler for stochastic simulation in continuous time. You give it the probability distribution functions, and it tells you which fires next.

This package was formerly called Fleck.