ssa.etl {GillespieSSA}R Documentation

Explicit tau-leap method (ETL)

Description

Explicit tau-leap method implementation of the SSA as described by Gillespie (2001).

Usage

ssa.etl(a,nu,tau)

Arguments

a vector of evaluated propensity functions.
nu state-change matrix.
tau tau-leap.

Details

Performs one time step using the Explicit tau-leap method. Intended to be invoked by ssa.

Value

A list with two elements, 1) the time leap (tau) and 2) the realized state change vector (nu_j).

References

Gillespie (2001)

See Also

GillespieSSA-package, ssa

Examples

## Not intended to be invoked stand alone

[Package GillespieSSA version 0.5-0 Index]