You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: