Instant Runoff Voting and How Safe Movies Win

In summary, there are many different ways to tally votes, such as Instant Runoff Voting where voters are allowed to choose their top 3 favorites. However, this method can lead to mediocre choices, as seen in the example of Academy Award movie wins. The use of biased language, such as "mediocre," can also affect the outcome of the voting system. Additionally, the Arrow's impossibility theorem states that it is impossible to have a perfect voting system that accurately reflects the preferences of a majority. Overall, there are many different systems with their own advantages and disadvantages, and it is important to carefully consider the goals and implications of each before implementing them.
  • #36
I have never heard of Instant Runoff Voting. The system it describes is called, wherever I have heard it mentioned, Preferential Voting. Of course there is no right or wrong name for a concept, it's just that people from countries where the system is used, such as Australia, would not recognise this thread as talking about their system, since it uses an unfamiliar name.

Preferential Voting is set against the alternative of First Past the Post voting, which is what appears to be used in most countries. Interestingly, in the UK, when they not infrequently have widespread discontent at election results from their First Past the Post system, and public debate arises about alternative methods, Preferential Voting (referred to in this thread as IRV) is referred to as 'The Australian Method', even though there are plenty of other countries that use it.

I greatly prefer Preferential Voting to First Past the Post, because it prevents the phenomenon whereby a popular movement loses out because its vote is split between multiple candidates. Arguably, Al Gore would have easily won the 2000 presidential election if Ralph Nader hadn't stood, and thereby split the 'progressive' vote, which is a fatal outcome under First Past the Post. Again arguably, maybe Ross Perot did the same to the conservative side when he stood in 1992, leading to GHW Bush's loss.

There are a number of variants to Preferential Voting. Compulsory Preferential requires all candidates to be numbered. If any are missing, or if any number is used more than once, the vote is deemed invalid. Optional Preferential allows the voter to number any number of candidates, as long as they use the first n numbers, where n is the number of candidates they have marked. If they only mark one candidate they may use a tick or a cross rather than a '1' if they wish.

I was really interested to read in that link to Arrow's theorem about a system called Cardinality Voting, in which a voter has to give each candidate a score rather than a rank. It would generate a much richer flow of information about voter preference. Arrow did not include it in the systems he considered. I suspect the problem is it may not be very practical, and it would be easy for a vote to become hard to interpret if it was not written in a very clear hand.
 
Mathematics news on Phys.org
  • #37
jedishrfu said:
To expand on the fairness in voting, here's an article on redistricting:

https://priceonomics.com/algorithm-the-unfairness-of-gerrymandering/

and how it can skew elections in favor of one party over another.

I remember there was some work done on making this into a mathematical framework suitable for courts to decide if a redistricting plan would take away voting rights from some groups.

https://www.quantamagazine.org/the-mathematics-behind-gerrymandering-20170404/
I remember reading about this a little while back. The gerrymandering that is done in the US is outrageous. The trouble is that allocation of districts is done by governments, rather than by an independent commission, as is the case in many other countries.

It seems to me that a fairly simple measure of electorate 'bizarreness' is ##\frac{P^2}{4\pi A}## where ##P## is its perimeter and ##A## is its area. The ##P## is squared to make the ratio invariant under expansion - ie it depends only on shape, not size. The lowest possible measure is 1, for a circular electorate, which is why the ##4\pi## factor is in the denominator.

A redistribution should not be allowed if it increased the average Bizarreness Measure of the electorates involved.

There would be some nuances. I have yet to to decide how coastlines, rivers or mountain ranges, which make natural borders, should be allowed for, as they will tend to unavoidably increase the measure. The wiggliness of them could be ameliorated by substituting a smoothed curve for the actual border in the perimeter calc, with the smoothing method (eg a cubic spline) being prescribed in the Electoral Act. But even with smoothed boundaries, a seaside electorate is going to be pushed further away from the circular ideal than an inland one, unless the coastline is a special shape.
 
  • Like
Likes Buzz Bloom
  • #38
andrewkirk said:
I have never heard of Instant Runoff Voting.
Hi andrewkirk:
Wikipedea has a very good desciption about IRV.
https://en.wikipedia.org/wiki/Instant-runoff_voting

BTW, in the city of Cambridge, Massachusetts, a form of IRV is used to simultaneously elected multiple members for both their city council and school committee.
http://www.voterchoicema.org/history_in_mass

Regards,
Buzz
 
Last edited:
  • #39
Buzz Bloom said:
These results also show that at least one candidate is always eliminated for this reason.
As A and C are mutually exclusive, one of them has to be below 50%.
Buzz Bloom said:
The very high frequency for B is unexpected and suggests that the assumptions are biased away from reality. Perhaps the flat distribution for W, X, and Z, the probabilities for having a 2nd choice, should be adjusted. I have in mind trying a triangular distribution and possibly a mean other than 50%. However, I intend to postpone these changes until I add the feature for running a large number of trials simultaneously.
You have an average 1/3 for B as first choice, and another 1/3 (half of the remaining 2/3) for B as second choice.

This should be possible to implement in some programming language with a few lines of code, then you can run millions of trials.
 
  • Like
Likes Buzz Bloom
  • #40
mfb said:
This should be possible to implement in some programming language with a few lines of code, then you can run millions of trials.
Hi mfb:

Thank you for your suggestion.

Unfortunately I do not currently have access to any compiler for a programming language of the many that I both know and have used. I do have BASIC both for Excel 97 (on XP) and for LibreOffice (on Windows7). I have downloaded a 200 page Manual for LibraOffice BASIC, a language which has many differences from the Excel BASIC with which I am familiar. I think it will take me quite a while before I can use this effectively. I am also reluctant to use BASIC 97 on XP since I am afraid this antique environment is likely to crash at any time and nor be recoverable.

I also downloaded and installed on the XP computer the poptools software
StoneTemplePython said:
If so, you may consider using the free module "PopTools" so at a minimum you don't need to keep manually pressing F9. http://www.poptools.org/
,
but I have not yet been able to figure out how to use this tool.

Regards,
Buzz
 
  • #41
Buzz Bloom said:
Hi mfb:

Thank you for your suggestion.

Unfortunately I do not currently have access to any compiler for a programming language of the many that I both know and have used. I do have BASIC both for Excel 97 (on XP) and for LibreOffice (on Windows7). I have downloaded a 200 page Manual for LibraOffice BASIC, a language which has many differences from the Excel BASIC with which I am familiar. I think it will take me quite a while before I can use this effectively. I am also reluctant to use BASIC 97 on XP since I am afraid this antique environment is likely to crash at any time and nor be recoverable.

I also downloaded and installed on the XP computer the poptools software
,
but I have not yet been able to figure out how to use this tool.

Regards,
Buzz

I seem to think you have a CS background... using spreadsheets feels very unnatural to me here. If you know Matlab or Python, Julia should be easy to pick up. You don't even need a local install, just log in with gmail, etc. here:

http://www.juliabox.com

- - - -

I have some old MC sims in excel using Poptools that I perhaps could share. Some are convoluted though -- again a few lines of code feels very best.
 
  • #42
Get processing IDE. It can run java, python or javascript. Convert the basic over to java and run it that way.

Processing.org

Its a simple environment for newbies and casual programmers.
 
  • #43
StoneTemplePython said:
I seem to think you have a CS background
Hi Stone:

I do have a CS background. I have used Java, C++, FORTRAN, and a few others I don't remember now. I think the next plausible step is for me to spend some time trying to use PopTools on XP with my spreadsheet converted to Excel 97. If I run into problems I can't solve with PopTools perhaps you will be able to advise me.

Regards,
Buzz
 
  • #44
jedishrfu said:
Get processing IDE.
Hi jedishrfu:

I looked at https://processing.org/ , and it appears to me that the Processing tool is not the right tool for me.
Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts.​
I appreciate your suggestion, but I am not doing visual arts.

Regards,
Buzz
 
  • #45
Buzz Bloom said:
Hi Stone:

I do have a CS background. I have used Java, C++, FORTRAN, and a few others I don't remember now. I think the next plausible step is for me to spend some time trying to use PopTools on XP with my spreadsheet converted to Excel 97. If I run into problems I can't solve with PopTools perhaps you will be able to advise me.

Regards,
Buzz

First thing to check out is the "Demos" tab -- in particular the one called "Monte Carlo". There is a button on that spreadsheet to run it, but it's broken on my end... there is another way to run it that is more important (so that you can generalize to the task you want to do) -- once you have a simulation sheet up, like the "Monte Carlo" one, use the tab "Simulation tools -> Sensitivity Analysis" and run that. I find having a worked example like this is quite helpful. Good luck.
 
  • #46
Buzz Bloom said:
Hi jedishrfu:

I looked at https://processing.org/ , and it appears to me that the Processing tool is not the right tool for me.
Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts.​
I appreciate your suggestion, but I am not doing visual arts.

Regards,
Buzz

No, it’s more general purpose than you think. I use it as a test bed for code I’m toying with. There are libraries that come with it to do charting or you can use simple print statements to push your output to the output panel below the editor.

Another one to consider is freemat which uses Matlab like programming language and has charting capability. It’s simple to use too.
 
  • #47
StoneTemplePython said:
First thing to check out is the "Demos" tab -- in particular the one called "Monte Carlo".
Hi Stone:
When I downloaded poptools325_setup.exe and executed it, the file "POPTOOLS Readme.xls" was displayed in Excel. Here is some of its content.
If you have Excel 97 you should install Microsoft Office Service Release 2b. Last time I looked (Oct 2003), it was available at:
http://office.microsoft.com/assistance/9798/sr2fact.aspx
If you can't find it there, try
http://office.microsoft.com/assistance/​
There is also a button, "Setup", on the "start" line on the bottom of the desktop. When I click on it, or right-click on it, nothing happens.

I sort of remember that I had installed Microsoft Office Service Release 2b a long time ago, but I can't figure out how to confirm this. Neither of the links in the Readme file quote above work.
I also cannot find either the "Demo" tab of or the "Simulation tools -> Sensitivity" tab in Excel.

Any suggestions?

Regards,
Buzz
 
  • #48
jedishrfu said:
Another one to consider is freemat which uses Matlab like programming language and has charting capability. It’s simple to use too.

I was really expecting a Julia endorsement from you at some point here


Buzz Bloom said:
Hi Stone:
When I downloaded poptools325_setup.exe and executed it, the file "POPTOOLS Readme.xls" was displayed in Excel. Here is some of its content.
If you have Excel 97 you should install Microsoft Office Service Release 2b. Last time I looked (Oct 2003), it was available at:
http://office.microsoft.com/assistance/9798/sr2fact.aspx
If you can't find it there, try
http://office.microsoft.com/assistance/​
There is also a button, "Setup", on the "start" line on the bottom of the desktop. When I click on it, or right-click on it, nothing happens.

I sort of remember that I had installed Microsoft Office Service Release 2b a long time ago, but I can't figure out how to confirm this. Neither of the links in the Readme file quote above work.
I also cannot find either the "Demo" tab of or the "Simulation tools -> Sensitivity" tab in Excel.

Any suggestions?

Regards,
Buzz

I have it on Excel 2007 / 2010 (i.e. when they made Excel look more like an Apple product), I'm afraid I have no clue about the office service releases you are running into. (I didn't know about it back when I used Excel 2003 on XP, and I kind of forgot about Excel 97!)

To be really clear: if you properly install Poptools, there should be a Poptools tab somewhere in excel (possibly under Add-ins). Then, you can find the "Demo" and "Simulation tools" tabs as sub-tabs / dropdowns 'underneath' the Poptools menu from within Excel -- they are not a subset of Poptools and not natively part of Excel.
 
  • #49
The following PNG files show what is availalale to me from the Addins TAB.
 

Attachments

  • Addins2.PNG
    Addins2.PNG
    9.6 KB · Views: 479
  • Addins1.PNG
    Addins1.PNG
    10.8 KB · Views: 455
  • #50
sorry -- I'm just not familiar with installing Poptools under an older windows and excel environment... if you successfully install it, you will have a way of accessing it in Excel, and see the submenus /tabs nested in it and so on
 
  • #51
Quick and dirty in python, I hope the link works.

Result of 1 million elections: [214,684, 532,961, 215,246, 37,108] for A, B, C, and no winner, respectively, with the rules from post #33.
 
  • Like
Likes Buzz Bloom and StoneTemplePython

Similar threads

Replies
1
Views
2K
  • General Discussion
Replies
26
Views
4K
Replies
1
Views
2K
  • General Discussion
Replies
12
Views
13K
Replies
13
Views
1K
Replies
31
Views
4K
Replies
17
Views
2K
Writing: Input Wanted Number of Androids on Spaceships
  • Sci-Fi Writing and World Building
Replies
9
Views
599
  • General Math
Replies
30
Views
3K
  • High Energy, Nuclear, Particle Physics
Replies
7
Views
1K
Back
Top