Description Usage Arguments Value
Simulate SIR process as described in Section 4.1
1 | sir_simulate(days, model_config, dt = 1)
|
days |
length of simulation |
model_config |
a list containing model parameters, passing the check_model_config function. |
dt |
increment in time |
a list containing
agent_states : a binary matrix containing the hidden states, size is N by (days + 1)
y : a vector of reports, length is days + 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.