ssa.etl.diag {GillespieSSA}R Documentation

Explicit tau-leap method (ETL) for nu-diagonalized systems

Description

Explicit tau-leap method for nu-diagonalized systems.

Usage

ssa.etl.diag(a,nu_tile,tau)

Arguments

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

Details

Performs one time step using the Explicit tau-leap method. It is usually called from within ssa, but can be invoked directly, see ssa.etl for Examples.

Value

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

See Also

ssa.etl,

Examples

## Not intended to be invoked stand alone

[Package GillespieSSA version 0.5-3 Index]