ssa.d.diag {GillespieSSA} | R Documentation |
Direct method for nu-diagonalized systems.
ssa.d.diag(a,nu)
a |
vector of evaluated propensity functions. |
nu |
state-change matrix. |
Performs one time step using the Direct method. It is usually called from within ssa
, but can be invoked directly, see ssa.d
for Examples.
A list with two elements, 1) the time leap (tau
) and 2) the realized state change vector (nu_j
).
## Not intended to be invoked stand alone