From ed79cb2c6aae3f97275d2d532a775037e4bd9a93 Mon Sep 17 00:00:00 2001 From: DahyannAraya <144444954+DahyannAraya@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:38:48 +0100 Subject: [PATCH] Update climada_engine_unsequa.ipynb I revised the documentation where the terms "vulnerability function" or "damage function" were used, aiming to standardize the communication of CLIMADA's terminology. --- doc/tutorial/climada_engine_unsequa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/climada_engine_unsequa.ipynb b/doc/tutorial/climada_engine_unsequa.ipynb index b5db54953..c500f7808 100644 --- a/doc/tutorial/climada_engine_unsequa.ipynb +++ b/doc/tutorial/climada_engine_unsequa.ipynb @@ -120,7 +120,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "An **input uncertainty parameter** is a numerical input value that has a certain probability density distribution in your model, such as the total exposure asset value, the slope of the vulnerability function, the exponents of the litpop exposure, the value of the discount rate, the cost of an adaptation measure, ... \n", + "An **input uncertainty parameter** is a numerical input value that has a certain probability density distribution in your model, such as the total exposure asset value, the slope of the impact function, the exponents of the litpop exposure, the value of the discount rate, the cost of an adaptation measure, ... \n", "\n", "The probability densitity distributions (values of `distr_dict`) of the input uncertainty parameters (keyword arguments of the `func` and keys of the `distr_dict`) can be any of the ones defined in [scipy.stats](https://docs.scipy.org/doc/scipy/reference/stats.html)." ]