SciML / SciML/EasyModelAnalysis.jl
SEIRHD
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 87
- Forks
- 14
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 19
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docs/src/examples/SEIRHD.md and inspect the initial conditions, the division by T, and the parameter units in the model equations. Determine whether the initial conditions are population fractions and make the normalization and units consistent; done means the equations and documented parameters use one coherent convention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100