Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.96 KB

stochastic.rst

File metadata and controls

67 lines (47 loc) · 1.96 KB

Stochastic simulations

Stochastic simulations with compartment models and age structure. Has Gillespie and tau-leaping implemented.

A list of methods for stochastic simulations of age-structured compartment models along with link to notebook examples is given below.

Model

.. autoclass:: pyross.stochastic.Model
    :members:

Spp

.. autoclass:: pyross.stochastic.Spp
    :members:

SppQ

.. autoclass:: pyross.stochastic.SppQ
    :members:

SIR

.. autoclass:: pyross.stochastic.SIR
    :members:

SIkR

.. autoclass:: pyross.stochastic.SIkR
    :members:

SEIR

.. autoclass:: pyross.stochastic.SEIR
    :members:

SEAIRQ

.. autoclass:: pyross.stochastic.SEAIRQ
    :members:

SEAIRQ_testing

.. autoclass:: pyross.stochastic.SEAIRQ_testing
    :members:

stochastic_integration

.. autoclass:: pyross.stochastic.stochastic_integration
    :members: