Description Usage Arguments Value
View source: R/lotka-volterra-ctmc.R
Generator matrix for Lotka-Volterra continuous-time Markov chain
1 2 3 4 5 6 7 | generator_matrix_lotka_volterra_ctmc(
theta,
y1_min = 0L,
y1_max,
y2_min = 0L,
y2_max
)
|
theta |
Numeric vector of length 3. |
y1_min |
Min for y1, integer, default is 0. |
y1_max |
Max for y1, integer. |
y2_min |
Min for y2, integer, default is 0. |
y2_max |
Max for y2, integer. |
Sparse generator matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.