Poisson vs Binomial for Voting

389 Views Asked by At

(this is my first post so I apologise if I am asking wrongly)

I am trying to determine whether I should use poisson or binomial distribution to model american poll votes for the coming election. My knowledge is a little maths deficient so I am not exactly sure what each entail, but I read somewhere that binomial may not be appropriate as votes are not independent, but then again I am not using the average probability, I am using the actual probabilities determined from a poll so poisson may not be appropriate (doesn't poisson use average probabilities?).

Bit of background: I am doing my internal and planned to just use conditional probability to work out the probabilities, but as you can probably imagine this is the simplest thing ever and I will not pass if I only do that level of maths. I need to of something more difficult, so from google I got that I can do either binomial or poisson to find expected probabilities. Is there is anything else anyone thinks I could do that would be more interesting (and fun pls I need enjoyment or I procrastinate) then please help me out.

Thanks so much :)

Also I'm a little worried about putting data that I have or anything up because of turn-it-in when I finish my internal so hopefully that's not needed to help answer this question

2

There are 2 best solutions below

0
On

To give some insight into the Poisson distribution, it is most popularly used for modeling the number of times an event occurs over a time interval. This could be anything from

  • the number of DNA mutations on a strand of DNA per unit of time
  • to number of arrivals of people who stand in line to get onto a bus
  • or even the number of arrivals of people at a voting booth
  • more examples and explanations

In fact, we can also have a Poisson approximation of the binomial distribution.

I am not quite sure what is meant by saying whether votes are not independent (are the decisions made when voting not independent?), but if you have reason to believe so, then the binomial distribution would not be ideal for you model.

If you are measuring the likelihood of a person to vote, then there are some probabilistic models presented here and you can decide which are pertinent to you.

0
On

Poisson's support goes to infinity. Unless there are an infinite number of people voting, I would use binomial. The binomial distribution has support $x \in \{0, 1, 2, \dots, n \}$. Plus, binomial is very good for 'counting successes' (i.e., binary responses) which you can view a 'success' as a vote for one candidate and a 'failure' for the other candidate.