| ssa.otl | R Documentation | 
Optimized tau-leap method implementation of the SSA as described
by Cao et al. (2006). Should be passed as method argument for ssa().
ssa.otl(epsilon = 0.03, nc = 10, hor = NA_real_, dtf = 10, nd = 100)
| epsilon | error control parameter. | 
| nc | number of critical reactions threshold parameter. | 
| hor | Highest order reaction vector. There must be one entry per species in  | 
| dtf | Direct method threshold factor for temporarily suspending the
 | 
| nd | number of Direct method steps to perform during an  | 
Third order-reactions (S_1 + S_2 + S_3 ---> ...) are not supported currently since they are approximations to sets of coupled first- and second-order reactions). See Cao et al. (2006) for more details.
Cao et al. (2006)
GillespieSSA-package, ssa()
ssa.otl( hor = 1, nc = 10, epsilon = .03, dtf = 10, nd = 100 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.