SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
79 stars 13 forks source link

SEIRHD #119

Open ArnoStrouwen opened 1 year ago

ArnoStrouwen commented 1 year ago

Are the initial conditions fractions of the population?

If so, they do not sum up to 1. And the division by T should not be there then. If they are not fractions, then it is still weird for one of the equations to be normalized by T, and not the others. Currently, the beta parameters and the other parameters are expressed in different units. https://github.com/SciML/EasyModelAnalysis.jl/blob/main/docs/src/examples/SEIRHD.md

ChrisRackauckas commented 1 year ago

They probably should be written in different units in order for some of the scenarios to make sense.