Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
SEI2RModel |
ModelGridTableForm |
# | Symbol | Description |
1 | TP[t] | Total Population |
2 | SP[t] | Susceptible Population |
3 | EP[t] | Exposed Population |
4 | INSP[t] | Infected Normally Symptomatic Population |
5 | ISSP[t] | Infected Severely Symptomatic Population |
6 | RP[t] | Recovered Population |
7 | MLP[t] | Money of Lost Productivity |
# | Symbol | Description |
1 | μ[TP] | Population death rate |
2 | μ[INSP] | Infected Normally Symptomatic Population death rate |
3 | μ[ISSP] | Infected Severely Symptomatic Population death rate |
4 | sspf[SP] | Severely Symptomatic Population Fraction |
5 | β[INSP] | Contact rate for the infected normally symptomatic population |
6 | β[ISSP] | Contact rate for the infected severely symptomatic population |
7 | aip | Average infectious period |
8 | aincp | Average incubation period |
9 | lpcr[ISSP,INSP] | Lost productivity cost rate (per person per day) |
# | Equation |
1 | ′ SP INSP[t] SP[t] β[INSP] TP[t] ISSP[t] SP[t] β[ISSP] TP[t] SP[t] μ[TP] |
2 | ′ EP INSP[t] SP[t] β[INSP] TP[t] ISSP[t] SP[t] β[ISSP] TP[t] EP[t] 1 aincp μ[TP] |
3 | ′ INSP INSP[t] aip EP[t] sspf[SP] aincp INSP[t] μ[INSP] |
4 | ′ ISSP ISSP[t] aip EP[t] sspf[SP] aincp ISSP[t] μ[ISSP] |
5 | ′ RP INSP[t] ISSP[t] aip RP[t] μ[TP] |
6 | ′ MLP lpcr[ISSP,INSP] RP[t] SP[t] TP[t] |
7 | TP[t] EP[t] INSP[t] ISSP[t] RP[t] SP[t] |
# | Symbol | Value |
1 | μ[TP] | 1 45625 |
2 | μ[ISSP] | 0.035 aip |
3 | μ[INSP] | 0.01 aip |
4 | β[ISSP] | 0.15 |
5 | β[INSP] | 0.15 |
6 | aip | 26 |
7 | aincp | 6 |
8 | sspf[SP] | 0.2 |
9 | lpcr[ISSP,INSP] | 1 |
# | Equation |
1 | SP[0]99998 |
2 | EP[0]0 |
3 | ISSP[0]1 |
4 | INSP[0]1 |
5 | RP[0]0 |
6 | MLP[0]0 |
7 | TP[0]100000 |