ssa.btl.diag {GillespieSSA}R Documentation

Binomial tau-leap method (BTL) for nu-diagonalized systems

Description

Binomial tau-leap method for nu-diagonalized systems

Usage

ssa.btl.diag(x,a,nu_tile,f)

Arguments

x state vector.
a vector of evaluated propensity functions.
nu_tile state-change matrix.
f coarse-graining factor (see page 4 in Chatterjee et al. 2005).

Details

Performs one time step using the Binomial tau-leap method. It is usually called from within ssa, but can be invoked directly, see ssa.btl 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.btl,

Examples

## Not intended to be invoked stand alone.

[Package GillespieSSA version 0.5-3 Index]