Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
SEI2HRModel |
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 |
8 | HP[t] | Hospitalized Population |
9 | DIP[t] | Deceased Infected Population |
10 | HB[t] | Hospital Beds |
11 | MHS[t] | Money for Hospital Services |
# | 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) |
10 | μ[HP] | Hospitalized Population death rate |
11 | β[HP] | Contact rate for the hospitalized population |
12 | nhbr[TP] | Number of hospital beds rate |
13 | hscr[ISSP,INSP] | Hospital services cost rate (per bed per day) |
14 | nhbcr[ISSP,INSP] | Number of hospital beds change rate (per day) |
# | Equation | ||||||
1 | TP[t] EP[t] INSP[t] ISSP[t] RP[t] SP[t] | ||||||
2 | ′ SP HP[t] SP[t] β[HP] TP[t] INSP[t] SP[t] β[INSP] TP[t] Max[0,- HP[t] ISSP[t] SP[t] β[ISSP] TP[t] SP[t] μ[TP] | ||||||
3 | ′ EP HP[t] SP[t] β[HP] TP[t] INSP[t] SP[t] β[INSP] TP[t] Max[0,- HP[t] ISSP[t] SP[t] β[ISSP] TP[t] EP[t] 1 aincp μ[TP] | ||||||
4 | ′ INSP INSP[t] aip EP[t] sspf[SP] aincp INSP[t] μ[INSP] | ||||||
5 | ′ ISSP ISSP[t] aip EP[t] sspf[SP] aincp HP[t] μ[HP] HP[t] ISSP[t] μ[ISSP] | ||||||
6 | ′ HP
HP[t] aip HP[t] μ[HP] | ||||||
7 | ′ RP INSP[t] ISSP[t] aip RP[t] μ[TP] | ||||||
8 | ′ DIP HP[t] μ[HP] INSP[t] μ[INSP] HP[t] ISSP[t] μ[ISSP] | ||||||
9 | ′ HB HB[t] nhbcr[ISSP,INSP] | ||||||
10 | ′ MHS HP[t] hscr[ISSP,INSP] | ||||||
11 | ′ MLP lpcr[ISSP,INSP] INSP[t] ISSP[t] HP[t] μ[HP] INSP[t] μ[INSP] HP[t] ISSP[t] μ[ISSP] |
# | 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 |
10 | μ[HP] | 0.25 μ[ISSP] |
11 | β[HP] | 0.1 β[ISSP] |
12 | nhbr[TP] | 0.0029 |
13 | nhbcr[ISSP,INSP] | 0 |
14 | hscr[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 |
8 | HP[0]0 |
9 | DIP[0]0 |
10 | HB[0] nhbr[TP] |
11 | MHS[0]0 |