Learn R Programming

GillespieSSA (version 0.6.2)

ssa.etl: Explicit tau-leap method (ETL)

Description

Explicit tau-leap method implementation of the SSA as described by Gillespie (2001). Should be passed as method argument for ssa().

Usage

ssa.etl(tau = 0.3)

Arguments

tau

tau-leap.

Details

Performs one time step using the Explicit tau-leap method. Intended to be invoked by ssa().

References

Gillespie (2001)

See Also

GillespieSSA-package, ssa()

Examples

Run this code
# NOT RUN {
ssa.etl(tau = .1)

# }

Run the code above in your browser using DataLab