ssa_etl: Explicit tau-leap method (ETL)

View source: R/ssa_etl.R

ssa_etlR Documentation

Explicit tau-leap method (ETL)

Description

Explicit tau-leap method implementation of the SSA as described by Gillespie (2001). Note that this method does not attempt to select an appropriate value for tau, nor does it implement estimated-midpoint technique.

Usage

ssa_etl(tau = 0.3)

Arguments

tau

the step-size (default 0.3).

Value

an object of to be used by ssa().

References

Gillespie D.T. 2001. Approximate accelerated stochastic simulation of chemically reacting systems. J. Chem. Phys. 115:1716-1733. doi: 10.1063/1.1378322.


GillespieSSA2 documentation built on Jan. 24, 2023, 1:10 a.m.