From f2e9a64b8e601c67682533aa08d3238139e33066 Mon Sep 17 00:00:00 2001
From: didihou <didi.hou@rwth-aachen.de>
Date: Thu, 14 Mar 2024 14:06:27 +0100
Subject: [PATCH] updated the range of cc_weights_factor

---
 multi-area-model.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb
index 78acefd..c7017a7 100644
--- a/multi-area-model.ipynb
+++ b/multi-area-model.ipynb
@@ -177,7 +177,7 @@
     "|Parameter        |Default value|Value range/options|Value assigned|Description|\n",
     "|:---------------:|:-----------:|:-----------------:|:------------:|:---------:|\n",
     "|scale_down_to    |$1.0$        |$(0, 1.0]$         |$0.006$       |$^1$       |\n",
-    "|cc_weights_factor|$1.9$        |$[1.0, 2.5]$       |$1.9$         |$^2$       |\n",
+    "|cc_weights_factor|$1.9$        |$\\geq 1.0$       |$1.9$         |$^2$       |\n",
     "|areas_simulated  |complete_area_list|Sublists of complete_area_list|complete_area_list|$^3$|\n",
     "|replace_non_simulated_areas|None|None, 'hom_poisson_stat', 'het_poisson_stat', 'het_current_nonstat'|'het_poisson_stat'|$^4$ |\n",
     "|g        |$-11.0$|$\\leq -1.0$ |$-11.0$ |$^5$ |\n",
-- 
GitLab