Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 580 Bytes

US Election Predictor

Using publicly available poll data to get voter probabilities, run simulations of the US election in each of the 50 states, and use the results of the simulation to forecast probabilities for a Democratic/Republican win in the 2012 election.

To use the model, run master in Matlab. Sample output (4th November 2012)

EDU>> master
Simulating: Alabama
Simulating: Alaska
.
. (etc)
.
Simulating: Wisconsin
Simulating: Wyoming

Results:
  P(Dem win) =  99.46%
  P(GOP win) =   0.49%
  P(Tie)     =   0.06%