Order of non-stratified vs. stratified parameters in the integrate
function shouldn't matter when initializing a model
#9
Labels
enhancement
New feature or request
Suggestion
Consider an SIR model stratified into two
age groups
(0-20 yo, 20-120 yo) with two parameters:beta
, the per-contact chance of infection, andgamma
, the recovery rate of the infected individuals. In the examplebeta
is stratified andgamma
is not.Providing the parameter
beta
beforegamma
yields the following error:Ideally, the order in which the parameters are given should not matter when initializing the model.
The text was updated successfully, but these errors were encountered: