Skip to content

Commit 3a003a6

Browse files
committed
Fix KaTex ParseError
1 parent 95a45bb commit 3a003a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/climada_engine_CostBenefit.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"We can modify the benefit part of cost-benefit to reflect this. CLIMADA doesn't assume that the user will have explicit hazard and impact objects for every year in the study period, and so interpolates between the impacts at the start and the end of the period of interest. If we're evaluating between years $T_0$, usually close to the present, and $T_1$ in the future, then we can say:\n",
7575
"\n",
7676
"$$\n",
77-
"\\text{benefit} = \\sum_{t = T_0}^{T_1} \\alpha(t) \\bigg{(} \\text{AAI with measures}_{T_1} - \\text{AAI with measures}_{T_0} \\bigg{)} - N * \\text{AAI without measure}_{T_0}\n",
77+
"\\text{benefit} = \\sum_{t = T_0}^{T_1} \\alpha(t) \\bigg( \\text{AAI with measures}_{T_1} - \\text{AAI with measures}_{T_0} \\bigg) - N * \\text{AAI without measure}_{T_0}\n",
7878
"$$\n",
7979
"\n",
8080
"Where $\\alpha(t)$ is a function of the year $t$ describing the interpolation of hazard and exposure values between $T_0$ and $T_1$. The function returns values in the range $[0, 1]$, usually with $\\alpha(T_0) = 0$ and $\\alpha(T_0) = 1$.\n",

0 commit comments

Comments
 (0)