Package: GillespieSSA 0.6.2
GillespieSSA: Gillespie's Stochastic Simulation Algorithm (SSA)
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>.
Authors:
GillespieSSA_0.6.2.tar.gz
GillespieSSA_0.6.2.zip(r-4.7)GillespieSSA_0.6.2.zip(r-4.6)GillespieSSA_0.6.2.zip(r-4.5)
GillespieSSA_0.6.2.tgz(r-4.6-any)GillespieSSA_0.6.2.tgz(r-4.5-any)
GillespieSSA_0.6.2.tar.gz(r-4.7-any)GillespieSSA_0.6.2.tar.gz(r-4.6-any)
GillespieSSA_0.6.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
GillespieSSA/json (API)
| # Install 'GillespieSSA' in R: |
| install.packages('GillespieSSA', repos = c('https://rcannood.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rcannood/gillespiessa/issues
Last updated from:b532ff9206. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 209 | ||
| linux-release-x86_64 | OK | 144 | ||
| macos-release-arm64 | OK | 109 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 98 | ||
| windows-oldrel | OK | 70 | ||
| wasm-release | OK | 111 |
Exports:ssassa.btlssa.dssa.etlssa.otlssa.plot
Dependencies:
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Last update: 2019-07-16
Started: 2019-07-13
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Gillespie Stochastic Simulation Algorithm package | GillespieSSA-package GillespieSSA |
| Invoking the stochastic simulation algorithm | ssa |
| Binomial tau-leap method (BTL) | ssa.btl |
| Direct method (D) | ssa.d |
| Explicit tau-leap method (ETL) | ssa.etl |
| Optimized tau-leap method (OTL) | ssa.otl |
| Simple plotting of ssa output | ssa.plot |
