tweak additional uncertainty param

This commit is contained in:
NunoSempere 2024-08-01 06:44:15 -04:00
parent 6805144e99
commit 7345bb93ad

View File

@ -1,5 +1,5 @@
package core package core
const Include_polls_within_n_days = 15 // 30 const Include_polls_within_n_days = 15 // 30
const Std_additional_uncertainty = 0.03 / 100.0 // 4.0 / 100.0 const Std_additional_uncertainty = 0.5 / 100.0 // 4.0 / 100.0
const Weight_polls_vs_baserate = 0.75 // 0.75 const Weight_polls_vs_baserate = 0.75 // 0.75