Learn R Programming

GillespieSSA (version 0.6.2)

ssa.btl: 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

Run this code
# NOT RUN {
ssa.btl(f = 40)

# }

Run the code above in your browser using DataLab