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 a803bcd commit d037694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/project/FinalProject-2023Fall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"### 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",
Expand All @@ -265,7 +265,7 @@
"0.5 * T - 12.65, 22 < T \\le 25 \\\\\n",
"0.75 * T - 18.9, T > 25 \\\\\n",
"\\end{cases} \n",
"$\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 d037694

Please sign in to comment.