SpnModels
Some example SPN models, each of which can be instantiated with either discrete or continous states.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- SpnModels.type
Members list
Value members
Concrete methods
A simple auto-regulatory network model
A simple auto-regulatory network model
Attributes
- p
Vector of rates for the 8 reactions
- Returns:
An
Spn
object, which can be passed into aStep
function, for example
Imigration-death model
Imigration-death model
Attributes
- p
Vector of rates for the 2 reactions (imigration and death)
- Returns:
An
Spn
object, which can be passed into aStep
function, for example
Lotka-Volterra model
Lotka-Volterra model
Attributes
- p
Vector of rates for the 3 reactions (prey reproduction, predator-prey interaction, predator death)
- Returns:
An
Spn
object, which can be passed into aStep
function, for example
4-parameter Lotka-Volterra model
4-parameter Lotka-Volterra model
Attributes
- p
Vector of rates for the 4 reactions (prey reproduction, prey consumption, predator reproduction, predator death)
- Returns:
An
Spn
object, which can be passed into aStep
function, for example
Michaelis-Menten enzyme kinetics model
Michaelis-Menten enzyme kinetics model
Attributes
- p
Vector of rates for the 3 reactions
- Returns:
An
Spn
object, which can be passed into aStep
function, for example
SEIR model
SEIR model
Attributes
- p
Vector of rates for the 3 reactions (S->E, E->I, and I->R)
- Returns:
An
Spn
object, which can be passed into aStep
function, for example