ssa.btl {GillespieSSA}R Documentation

Binomial tau-leap method (BTL)

Description

Binomial tau-leap method implementation of the SSA as described by Chatterjee et al. (2005).

Usage

ssa.btl(a,nu,x,f)

Arguments

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

Details

Performs one time step using the Binomial 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

Chatterjee et al. (2005)

See Also

GillespieSSA-package, ssa

Examples

## Not intended to be invoked stand alone.

[Package GillespieSSA version 0.5-0 Index]