Skip to content

adolgert/CTDE.jl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

CTDE

Continuous-time, stochastic discrete event simulation. An exact stochastic simulation algorithm for time-dependent hazard rates.

  • Stochastic—Uses a random number generator to create a sequence of events whose probability distribution is well-defined but whose values change each time it is run.
  • Continuous time—There isn't a clock-tick to the simulation, so events happen at the rate with which they are prescribed to happen. No two events happen at the same time. No events happen immediately after another event.
  • Gillespie-type algorithm—Rates for transitions are specified by hazard rates, also known as propensities.
  • Non-constant hazard rates—Most Gillespie-type simulations specify each reaction with an exponential distribution, but these simulations can use Weibull, Gamma, or other distributions, including estimators of distributions measured in the field. They still fire correctly, according to Gillespie's algorithm.

Documentation

Drew Dolgert, ajd27@cornell.edu Contact me with any questions.

Build Status

About

Continuous time, discrete event system in Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published