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). 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
Examples
ssa.btl(f = 40)
[Package GillespieSSA version 0.6.2 Index]