An open API service indexing awesome lists of open source software.

https://github.com/adolgert/competingclocks.jl

Simplest simulation to use non-Exponential transitions
https://github.com/adolgert/competingclocks.jl

continuous-time discrete-event-systems generalized-semi-markov-processes gillespie-algorithm next-reaction-method stochastic-simulation

Last synced: about 2 months ago
JSON representation

Simplest simulation to use non-Exponential transitions

Awesome Lists containing this project

README

          

# CompetingClocks

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://adolgert.github.io/CompetingClocks.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://adolgert.github.io/CompetingClocks.jl/dev)
[![Build Status](https://github.com/adolgert/CompetingClocks.jl/workflows/CI/badge.svg)](https://github.com/adolgert/CompetingClocks.jl/actions)

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`.