ssa.etl {GillespieSSA} | R Documentation |
Explicit tau-leap method implementation of the SSA as described by Gillespie (2001).
ssa.etl(a,nu,tau)
a |
vector of evaluated propensity functions. |
nu |
state-change matrix. |
tau |
tau-leap. |
Performs one time step using the Explicit tau-leap method. Intended to be invoked by ssa
.
A list with two elements, 1) the time leap (tau
) and 2) the realized state change vector (nu_j
).
Gillespie (2001)
## Not intended to be invoked stand alone