|
|
|
|
|
by hiroaki
6678 days ago
|
|
I agree with the general idea that delegates from swing states should count for more. The problem is your function doesn't really maximize the win probability either. I am not an expert here, but there may be a way to more accurately characterize the probability. Also, your function blows up when "average spread" tends to 0. An appropriate sigmoid transform should fix that. |
|
Point taken about the "exploding near zero". I could do something like Population / (.2 + 5^(x/3-1) ), where x is average spread, ... but that just gets ugly. I wanted to communicate a general concept, not propose a specific formula.