ssa.d.diag {GillespieSSA}R Documentation

Direct method (D) for nu-diagonalized systems

Description

Direct method for nu-diagonalized systems.

Usage

ssa.d.diag(a,nu)

Arguments

a vector of evaluated propensity functions.
nu state-change matrix.

Details

Performs one time step using the Direct method. It is usually called from within ssa, but can be invoked directly, see ssa.d for Examples.

Value

A list with two elements, 1) the time leap (tau) and 2) the realized state change vector (nu_j).

See Also

ssa.d

Examples

## Not intended to be invoked stand alone

[Package GillespieSSA version 0.5-3 Index]