Fair coin

Summary

In probability theory and statistics, a sequence of independent Bernoulli trials with probability 1/2 of success on each trial is metaphorically called a fair coin. One for which the probability is not 1/2 is called a biased or unfair coin. In theoretical studies, the assumption that a coin is fair is often made by referring to an ideal coin.

A fair coin, when tossed, should have an equal chance of landing either side up

John Edmund Kerrich performed experiments in coin flipping and found that a coin made from a wooden disk about the size of a crown and coated on one side with lead landed heads (wooden side up) 679 times out of 1000.[1] In this experiment the coin was tossed by balancing it on the forefinger, flipping it using the thumb so that it spun through the air for about a foot before landing on a flat cloth spread over a table. Edwin Thompson Jaynes claimed that when a coin is caught in the hand, instead of being allowed to bounce, the physical bias in the coin is insignificant compared to the method of the toss, where with sufficient practice a coin can be made to land heads 100% of the time.[2] Exploring the problem of checking whether a coin is fair is a well-established pedagogical tool in teaching statistics.

Probability space definition edit

In probability theory, a fair coin is defined as a probability space  , which is in turn defined by the sample space, event space, and probability measure. Using   for heads and   for tails, the sample space of a coin is defined as:

 

The event space for a coin includes all sets of outcomes from the sample space which can be assigned a probability, which is the full power set  . Thus, the event space is defined as:

 

  is the event where neither outcome happens (which is impossible and can therefore be assigned 0 probability), and   is the event where either outcome happens, (which is guaranteed and can be assigned 1 probability). Because the coin is fair, the possibility of any single outcome is 50-50. The probability measure is then defined by the function:

         
  0 0.5 0.5 1

So the full probability space which defines a fair coin is the triplet   as defined above. Note that this is not a random variable because heads and tails do not have inherent numerical values like you might find on a fair two-valued die. A random variable adds the additional structure of assigning a numerical value to each outcome. Common choices are   or  .

Role in statistical teaching and theory edit

The probabilistic and statistical properties of coin-tossing games are often used as examples in both introductory and advanced text books and these are mainly based in assuming that a coin is fair or "ideal". For example, Feller uses this basis to introduce both the idea of random walks and to develop tests for homogeneity within a sequence of observations by looking at the properties of the runs of identical values within a sequence.[3] The latter leads on to a runs test. A time-series consisting of the result from tossing a fair coin is called a Bernoulli process.

Fair results from a biased coin edit

If a cheat has altered a coin to prefer one side over another (a biased coin), the coin can still be used for fair results by changing the game slightly. John von Neumann gave the following procedure:[4]

  1. Toss the coin twice.
  2. If the results match, start over, forgetting both results.
  3. If the results differ, use the first result, forgetting the second.

The reason this process produces a fair result is that the probability of getting heads and then tails must be the same as the probability of getting tails and then heads, as the coin is not changing its bias between flips and the two flips are independent. This works only if getting one result on a trial does not change the bias on subsequent trials, which is the case for most non-malleable coins (but not for processes such as the Pólya urn). By excluding the events of two heads and two tails by repeating the procedure, the coin flipper is left with the only two remaining outcomes having equivalent probability. This procedure only works if the tosses are paired properly; if part of a pair is reused in another pair, the fairness may be ruined. Also, the coin must not be so biased that one side has a probability of zero.

This method may be extended by also considering sequences of four tosses. That is, if the coin is flipped twice but the results match, and the coin is flipped twice again but the results match now for the opposite side, then the first result can be used. This is because HHTT and TTHH are equally likely. This can be extended to any multiple of 2.

The expected value of flips at the n game   is not hard to calculate, first notice that in step 3 whatever the event   or   we have flipped the coin twice so   but in step 2 (  or  ) we also have to redo things so we will have 2 flips plus the expected value of flips of the next game that is   but as we start over the expected value of the next game is the same as the value of the previous game or any other game so it does not really depend on n thus   (this can be understood the process being a martingale   where taking the expectation again get us that   but because of the law of total expectation we get that  ) hence we have:

 
Graph of  the further away   is from   the further expected number of flips before a successful result

 

 

The more biased our coin is, the more likely it is that we will have to perform a greater number of trials before a fair result.

A better algorithm when P(H) is known edit

Suppose that the bias   is known. In this section, we provide a simple algorithm[5] that improves the expected number of coin tosses. The algorithm utilizes an ideal probability  , which We first consider an algorithm to generate an arbitrary coin with bias  . To get a fair coin, the algorithm first sets   and then executes the following algorithm.

  1. Toss the biased coin, let   be the result.
  2. If  , use   if the flip result is  . Otherwise, replace   to be   and go back to step 1.
  3. Otherwise,  , use   if the flip result is  . Otherwise, Set   to be   and go back to step 1.

Note that the above algorithm does not reach the optimal expected number of coin tosses, which is  , here   is the binary entropy function. There are algorithms that reaches this optimal value in expectation. However, those algorithms are more sophisticated than the one showed above.


The above algorithm has an expected number of biased coinflips being  , which is exactly half comparing with von Neumann's trick.

Analysis edit

The correctness of the above algorithm is a perfect exercise of conditional expectation. We now analyze the expected number of coinflips.

Given the bias   and the current value of  , one can define a function   that represents the expected number of coin tosses before a result is returned. The recurrence relation of   can be described as follows.

 

This magically solves to the following function:

 

When  , the expected number of coinflips is   as desired.

Remark edit

The idea of this algorithm can be extended to generating any biased coin with a specified probability.

See also edit

References edit

  1. ^ Kerrich, John Edmund (1946). An experimental introduction to the theory of probability. E. Munksgaard.
  2. ^ Jaynes, E.T. (2003). Probability Theory: The Logic of Science. Cambridge, UK: Cambridge University Press. p. 318. ISBN 9780521592710. Archived from the original on 2002-02-05. anyone familiar with the law of conservation of angular momentum can, after some practice, cheat at the usual coin-toss game and call his shots with 100 per cent accuracy. You can obtain any frequency of heads you want; and the bias of the coin has no influence at all on the results!{{cite book}}: CS1 maint: bot: original URL status unknown (link)
  3. ^ Feller, W (1968). An Introduction to Probability Theory and Its Applications. Wiley. ISBN 978-0-471-25708-0.
  4. ^ von Neumann, John (1951). "Various techniques used in connection with random digits". National Bureau of Standards Applied Math Series. 12: 36.
  5. ^ Henry Tsai, 2024 April 12.

Further reading edit

  • Gelman, Andrew; Deborah Nolan (2002). "Teacher's Corner: You Can Load a Die, But You Can't Bias a Coin". American Statistician. 56 (4): 308–311. doi:10.1198/000313002605. Available from Andrew Gelman's website
  • "Lifelong debunker takes on arbiter of neutral choices: Magician-turned-mathematician uncovers bias in a flip of a coin". Stanford Report. 2004-06-07. Retrieved 2008-03-05.
  • John von Neumann, "Various techniques used in connection with random digits," in A.S. Householder, G.E. Forsythe, and H.H. Germond, eds., Monte Carlo Method, National Bureau of Standards Applied Mathematics Series, 12 (Washington, D.C.: U.S. Government Printing Office, 1951): 36-38.