Skip to content

Commit

Permalink
Correct equation display error
Browse files Browse the repository at this point in the history
  • Loading branch information
xyliu6666 authored Oct 27, 2023
1 parent fe176f6 commit a803bcd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chapters/project/FinalProject-2023Fall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,16 @@
"### Appendix\n",
"Exposure to heat extremes is associated with premature death. Assume the empirical relationship between temperature and excess mortality rate for the 45- to 64-year-old population can be estimated by:\n",
"\n",
"$$ \n",
"$\n",
"\\text{Mortality}= \n",
"\\begin{cases}\n",
" -0.54 * T - 0.2, T \\le -10\\\\\n",
" -0.25 * T + 2.8, -10 < T \\le 15 \\\\\n",
" -0.1 * T + 0.55, 15 < T \\le 22 \\tag{1} \\\\\n",
" 0.5 * T - 12.65, 22 < T \\le 25 \\\\\n",
" 0.75 * T - 18.9, T > 25 \\\\\n",
"\\end{cases}\n",
"$$ \n",
"-0.54 * T - 0.2, T \\le -10\\\\\n",
"-0.25 * T + 2.8, -10 < T \\le 15 \\\\\n",
"-0.1 * T + 0.55, 15 < T \\le 22 \\\\\n",
"0.5 * T - 12.65, 22 < T \\le 25 \\\\\n",
"0.75 * T - 18.9, T > 25 \\\\\n",
"\\end{cases} \n",
"$\n",
"\n",
"where $\\text{Mortality}$ is the excess mortality (per 100k) for the 45- to 64-year-old population and $T$ is the temperature (°C). \n"
]
Expand Down

0 comments on commit a803bcd

Please sign in to comment.