ssa_etl {GillespieSSA2} | R 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.
[Package GillespieSSA2 version 0.3.0 Index]