Earlier quoted context omitted.
> That's amazing, but I guess it won't help when the person can choose the bias? Alice writes on a piece of paper whether to use the result from the first or the second coin, Bob flips the coins however he likes, then once there are two different sides of the coins up, Alice turns over the paper and reveals to Bob which coin contains the result. Though I guess that unnecessarily complicates the procedure – maybe Alic…
At this point you can just play odds and evens: one person picks odd, the other picks even, they both hold up either one or two fingers behind their back, reveal them at the same time, then sum the result. This prevents the randomness from being in any one actor's control. If you're worried that your brain's RNG can be gamed, then put an odd-denominated coin in one hand and an even-denominated coin in another, and mi…
Fair coins tend to land on the same side they started
91–100 of 277 posts
Re: Fair coins tend to land on the same side they started
#92Re: Fair coins tend to land on the same side they started
#93I think you can argue that the experiment wasn't representative of 'normal' coin flips. On average, each flipper in that experiment flipped a coin over 7000 times, after that amount many people will have learned to flip in a comfortable way with less variance between physical action and force they use. I'd imagine that in that case the coin would more likely land with the same orientation. I don't think this would be…
Re: Fair coins tend to land on the same side they started
#94About a year ago, we embarked on a quest to answer one of the most intriguing questions: If you flip a fair coin and catch it in hand, what's the probability it lands on the same side it started? Today, we are finally ready to share the results. Thanks to my friends, collaborators, and even strangers from the internet, we collected flippin 350,757 coin flips. We ran several "Coin Tossing Marathons" (e.g., https://you…
It becomes clear why there's a same-side bias when watching the video: https://www.youtube.com/watch?v=3xNg51mv-fk These are fairly gentle coin tosses; barely going a foot into the air! When I think of a coin toss, I think high and spinning fast (like the ones before sports games, where the coin goes into the air and lands on the ground, usually rolls a short way, and is collected on whatever side it landed). I would…
Re: Fair coins tend to land on the same side they started
#95They were sitting with their laptops and pressed a button for every result.
I wonder if human error can explain (at least part of) the deviation from 50/50:
* locations of the buttons they pressed on the laptops (they only pressed once per toss before enter, meaning the button represented same-side or other-side)
* remembering what the coin started out as may be harder (or easier, but probably harder) when the result is other-side
* other??
Need to repeat this amount of tosses but with a higher degree of supervision to be sure of the result.
Re: Fair coins tend to land on the same side they started
#96Earlier quoted context omitted.
Alert: It's not going to be as simple as this to make money even with large numbers. So don't fret about not having the money and missing some golden opportunity. There are enough actors out there trying to develop complex algorithms to find an edge, and so there wouldn't be any simple edges like this left anywhere as they would be arbitraged away. If there is a simple pattern, it is noticed and traded until the patt…
Also, if you do find an edge, you need to be prepared for what happens when everyone else discovers your arbitrage opportunity, and/or you tap out the potential of it. A number of failed finance companies have the story: find a legitimate arbitrage opportunity; take on a billion dollars in investment to exploit the opportunity; make bank; other people discover your arbitrage opportunity and jump on; stop making bank;…
Re: Fair coins tend to land on the same side they started
#97Earlier quoted context omitted.
If anyone wants to test it, someone wrote a short code that simulates doing that 100,000 times: https://www.techiedelight.com/generate-fair-results-biased-c... The coin is biased to come up TAILS 80% of the time, but using Von Neumann's method in the program I got HEADS 50.035%, TAILS 49.965%.
Why would you test it? Probability of two heads: p*p Probability of two tails: (1-p)*(1-p) Probability of head followed by tails: p*(1-p) Probability of tails followed by heads: (1-p)*p It's not difficult to notice that if you remove the first two, the last two form a 50/50 distribution
Re: Fair coins tend to land on the same side they started
#98Re: Fair coins tend to land on the same side they started
#99Von Neumann described a very elegant way to get fair results from a biased coin. 1. Flip the coin twice 2. If you get the same result both times, goto 1 3. Now that you have different results for your pair of flips, use the first element of the pair of flips as your result. https://en.wikipedia.org/wiki/Fair_coin#Fair_results_from_a_...
Re: Fair coins tend to land on the same side they started
#10050 authors in a paper about flipping coins?