tweak additional uncertainty param
This commit is contained in:
parent
6805144e99
commit
7345bb93ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user