Description Usage Arguments Value
View source: R/schisto_age_structured_models.R View source: R/schisto_dynamic_models.R
A stochastic schistosomiasis model with same structure as the age stratified schisto model but implemented with the adaptivetau package which uses tau leaping to simulate stochastic transmission. Note this is a function that is wrapped into sim_schisto_stoch_mod which should be used to simulate the model, this function is fed into the tau leaping algorithm from adaptivetau
A stochastic schistosomiasis model with same structure as the deterministic model but implemented with the adaptivetau package which uses tau leaping to simulate stochastic transmission. Note this is a function that is wrapped into sim_schisto_stoch_mod which should be used to simulate the model, this function is fed into the tau leaping algorithm from adaptivetau
1 2 3 | schisto_stoch_mod(x, p, t)
schisto_stoch_mod(x, p, t)
|
x |
vector of state variables |
p |
named vector of parameters |
t |
numeric indicating length of simulation |
x |
vector of state variables |
p |
named vector of parameters |
t |
numeric indicating length of simulation |
vector of transition probabilities
vector of transition probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.