CRAN/E | GillespieSSA

GillespieSSA

Gillespie's Stochastic Simulation Algorithm (SSA)

Installation

About

Provides a simple to use, intuitive, and extensible interface to several stochastic simulation algorithms for generating simulated trajectories of finite population continuous-time model. Currently it implements Gillespie's exact stochastic simulation algorithm (Direct method) and several approximate methods (Explicit tau-leap, Binomial tau-leap, and Optimized tau-leap). The package also contains a library of template models that can be run as demo models and can easily be customized and extended. Currently the following models are included, 'Decaying-Dimerization' reaction set, linear chain system, logistic growth model, 'Lotka' predator-prey model, Rosenzweig-MacArthur predator-prey model, 'Kermack-McKendrick' SIR model, and a 'metapopulation' SIRS model. Pineda-Krch et al. (2008) doi:10.18637/jss.v025.i12.

github.com/rcannood/GillespieSSA

Key Metrics

Version 0.6.2
R ≥ 2.0.0
Published 2022-03-10 788 days ago
Needs compilation? no
License GPL (≥ 3)
CRAN checks GillespieSSA results

Downloads

Yesterday 5 0%
Last 7 days 102 -22%
Last 30 days 385 -2%
Last 90 days 1.152 -38%
Last 365 days 5.256 -10%

Maintainer

Maintainer

Robrecht Cannoodt

rcannood@gmail.com

Authors

Mario Pineda-Krch

aut

Robrecht Cannoodt

aut / cre

Material

README
NEWS
Reference manual
Package source

In Views

DifferentialEquations

Vignettes

Decaying-Dimerization Reaction Set (Gillespie, 2001)
SIRS metapopulation model (Pineda-Krch, 2008)
Linear Chain System (Cao et al., 2004)
Pearl-Verhulst Logistic growth model (Kot, 2001)
Lotka predator-prey model (Gillespie, 1977; Kot, 2001)
Radioactive decay model (Gillespie, 1977)
Rosenzweig-MacArthur predator-prey model (Pineda-Krch et al., 2007)
Kermack-McKendrick SIR model (Brown & Rothery, 1993)

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

GillespieSSA archive

Depends

R ≥ 2.0.0

Imports

grDevices
graphics
methods
stats
utils

Suggests

knitr
rmarkdown
testthat

Reverse Imports

hybridModels

Reverse Suggests

GillespieSSA2