How it works?
MEP uses a table of probabilities that indicate how likely either candidate is to win each state.
In the time span of only a few seconds, it runs huge numbers of simulations of possible outcomes of the election, in terms of which states will cast their votes, in an all or nothing fashion, for each candidate. For each possible outcome it calculates how many electoral votes each candidate would get, and calculates which candidate would win (or if there would be a tie).
By repeated sampling of possible outcomes according to the estimated probabilities, the program rapidly settles on an overall probability that each candidate will win the election, and the probability of a tie.
This is called Monte Carlo simulation.
Related Work
MEP was a precursor to a series of Monte Carlo prediction tools I wrote including my my 2006 World Cup Soccer Predictor and Betting Advisor.
Elite Freeware on DonationCoder.comDonationcoder.com the site where i have found many of the greats apps that i have featured in my blog like FAAR and WishList is having a fundraiser to help pay it's hosting expenses which are a lot, so if you have a few bucks laying around please consider making a donation to the site. Usually i wouldn't make an appeal for another site but Donation coder is special to me, it hosts a large number of good apps while also having one of the nicest communities that i have ever seen in a forum, sometimes people there will try make a program based on a request that you made which is simply awesome! I already donated and i hope that you do too if you can, Donation Coder is worth it in my opinion.
Mouser's 2004 Election Predictor
Mouser's 2004 Election Predictor (MEP) was an offline Monte Carlo simulation program for estimating the likelihood that a given candidate will win the United States Presidential Election Electoral College, based on estimates of how each state is leaning, and taking into account the electoral college all-or-nothing voting system. It allowed users to fill in a table of how likely each state is to vote for a given candidate, and based on these numbers, ran large numbers of (Monte Carlo) simulations for each state, and calculated the odds of each candidate winning the electoral college. It used online poll results to estimate probabilities and was used on election night as states results come in to constantly give updated estimate of candidates chances.
Note: Nowadays such Monte Carlo simulations are not uncommon and would be performed by an online website, rather than a standalone desktop utility.