reduce uncertainty a bit as election date gets closer
This commit is contained in:
parent
0db211a1c8
commit
9278ce8349
2
main.go
2
main.go
|
@ -112,7 +112,7 @@ func getChanceRepublicanWinFromPollPlusUncertainty(poll Poll, state State, prett
|
||||||
- Increased polarization
|
- Increased polarization
|
||||||
Also note that the polls already have some error already
|
Also note that the polls already have some error already
|
||||||
*/
|
*/
|
||||||
std_additional_uncertainty := 5.0 / 100.0
|
std_additional_uncertainty := 4.0 / 100.0
|
||||||
|
|
||||||
if n_republican_win == 0 || n_republican_win == 6 {
|
if n_republican_win == 0 || n_republican_win == 6 {
|
||||||
// if solid states for the last 6 elections
|
// if solid states for the last 6 elections
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user