Description Usage Arguments Value
View source: R/sis_simulate_countinuous.R View source: R/sir_simulate_continuous.R
Markov kernel for SIR process when the increment in time dt < 1
Markov kernel for SIS process when the increment in time dt < 1
1 2 3 | sis_simulate_continuous(agent_state, model_config, dt = 0.5)
sis_simulate_continuous(agent_state, model_config, dt = 0.5)
|
agent_state |
binary vector |
model_config |
a list containing model parameters, must pass the test of check_model_config. |
dt |
increment in time , dt < 1 |
agent states.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.