Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.54 KB

stochastic.md

File metadata and controls

17 lines (15 loc) · 1.54 KB
title permalink previouschapter nextchapter redirect_from
Simple stochastic models
chapters/stochastic
url title
chapters/deleo1996/r_desolve
R using deSolve
url title
chapters/sir-stochastic-discretestate-continuoustime/intro
Continuous time SIR
chapters/stochastic

Simple stochastic models

Stochastic, or chance, effects are important when population sizes are small, and are particularly strong when the underlying rates (such as infection and recovery rates) are high. Most epidemics start with a small number of infected individuals, and oscillatory epidemics may frequently be associated with low numbers of infectives during 'troughs'. We are often interested in small outbreaks, where stochastic effects may play a major role.

There are a number of ways of modeling stochastic epidemics. The most widely used algorithm is the Doob-Gillespie algorithm, which generates exact trajectories of the system when the underlying rates are constant. Alternative approaches such as uniformization can be used when rates vary over time. It is often computationally advantageous to approximate the system either by considering discrete time steps (see e.g. tau leaping), and/or approximating the discrete number of individuals by a continuous value through the use of a stochastic differential equation.