ssa.btl: Binomial tau-leap method (BTL)

View source: R/ssa.btl.R

ssa.btlR Documentation

Binomial tau-leap method (BTL)

Description

Binomial tau-leap method implementation of the SSA as described by Chatterjee et al. (2005). Should be passed as method argument for ssa().

Usage

ssa.btl(f = 10)

Arguments

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().

References

Chatterjee et al. (2005)

See Also

GillespieSSA-package, ssa()

Examples

ssa.btl(f = 40)


GillespieSSA documentation built on March 18, 2022, 7:55 p.m.