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
Value parameters
- p
-
Vector of rates for the 8 reactions
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example
Imigration-death model
Imigration-death model
Value parameters
- p
-
Vector of rates for the 2 reactions (imigration and death)
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example
Lotka-Volterra model
Lotka-Volterra model
Value parameters
- p
-
Vector of rates for the 3 reactions (prey reproduction, predator-prey interaction, predator death)
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example
4-parameter Lotka-Volterra model
4-parameter Lotka-Volterra model
Value parameters
- p
-
Vector of rates for the 4 reactions (prey reproduction, prey consumption, predator reproduction, predator death)
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example
Michaelis-Menten enzyme kinetics model
Michaelis-Menten enzyme kinetics model
Value parameters
- p
-
Vector of rates for the 3 reactions
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example
SEIR model
SEIR model
Value parameters
- p
-
Vector of rates for the 3 reactions (S->E, E->I, and I->R)
Attributes
- Returns
-
An
Spn
object, which can be passed into aStep
function, for example