Rice University logo
 
 

Archive for October, 2012

Module 2 and 3 Phases 1 Done

Wednesday, October 31st, 2012

We have finished implementing the following modules:

Module 2, Phase 1: Introducing basic fraud techniques such as ballot stuffing and faulty vote machines.

Module 3, Pase 1: We have implemented the Bedford test which tells us wether the resulting counts aggregated to the county level resemble the Benford’s probability distribution of the second digits. If the Benford statistic for a specific candidate produces a p-value lower than 5% then the counts for such candidate are said to be untrusted.

We have encounter a problem where even though our simulated election on one state is not tampered with, the counts for one candidate don’t pass the Benford test. The reason is because the kind of complexity that can produce counts with digits that follow Benford’s Law refers to processes that are statistical mixtures (e.g., Janvresse and de la Rue (2004)), which means that random portions of the data come from different statistical distributions. So the way we are randomly assigning votes to each of the candidates needs to be rethought. There are some limits that apply to the extent of the mixing, however. If the number of distinct distributions is large, then the result is likely to be well approximated by some simple random process that does not satisfy Benford’s Law. So if we are to believe that in general Benford’s Law should be expected to describe the digits in vote counts, we need to have a behaviorally realistic process that involves mixing among a small number of distributions.

Module-1 Phase-1 Over

Sunday, October 7th, 2012

This phase is implemented, in this phase we were able to collect the information about various states of USA up to their precinct level like the population,id,county relation, sex  and others. In this phase we just concentrated on the population of  the  precincts and left the other aspects like sex, races, economic background for other phases. We were in this round was able to generate the random votes for each candidate of precincts and then we collated those votes for the county level and then went up  to the state level. At this level for the reason of simplicity we just followed “Winner Takes All” policy and allocated all the electoral of that state to the winning candidate and assigned 0 for other candidates. For this round we played with 3 parties only “MANU” , “CHELSEA” and “ARSENAL”.

Abstract

Friday, October 5th, 2012

After declaring an election winner, the question of whether the outcome truly reflects what people have voted rises among skeptics of the democratic process. To assure that all the  elements involved in the election process are infallible and no fraudulent activity has taken place is still questionable. Furthermore, even if those elements were actually present, could their profusion could make a significant impact in selection of an undeserving candidate? In this project we aim to answer all these questions by analyzing the impacts of different fraudulent activities on the election system by simulating a mock election, based on the United States Presidential electoral system. Our target is to build a simulated election that would contain a mixture of fraudulent events to help us analyze the fraud detection methods such as Benford’s law and Risk-limiting audits.