From 7345bb93adb15dc996a2d28fa4c82a7a3ec797de Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 1 Aug 2024 06:44:15 -0400 Subject: [PATCH] tweak additional uncertainty param --- core/core.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.go b/core/core.go index abf6051..98b8bfb 100644 --- a/core/core.go +++ b/core/core.go @@ -1,5 +1,5 @@ package core -const Include_polls_within_n_days = 15 // 30 -const Std_additional_uncertainty = 0.03 / 100.0 // 4.0 / 100.0 -const Weight_polls_vs_baserate = 0.75 // 0.75 +const Include_polls_within_n_days = 15 // 30 +const Std_additional_uncertainty = 0.5 / 100.0 // 4.0 / 100.0 +const Weight_polls_vs_baserate = 0.75 // 0.75