Seeing Theory: A visual introduction to probability and statistics (2017)
11–20 of 21 posts
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#12Glad to see this once more. Some Hacker News Discussions of this: 1. https://news.ycombinator.com/item?id=13735714 2. https://news.ycombinator.com/item?id=13760353 I wish they'd cover the sample space/parameter space distinction "harder", as it seems key to the numerous philosophical divides in the foundations of statistics & probability theory, and it seems like a very good candidate for colorful & animated visualiz…
Your ucsb link describes an unfair coin flipping protocol, and not the fair protocol commonly used in practice. In particular, it provides a "strategy" at the end to generate an unfair toss (which requires, e.g., that you be both the flipper and the chooser). Other studies, such as the famous You can load a die, bit you can't bias a coin investigate fair flipping protocols and argue that you cannot, in fact, bias a c…
It ALSO does describe this, yes. However, the way you phrased your comment makes it seem like that contradicts what I said whereas it doesn't seem to, as the post I linked also outlines innate issues with fair coin flip protocols:
>Let's assume the coin is fabricated perfectly, down to the last vigintillionth of a yoctometer. And, since it's possible to train one's thumb to flip a coin such that it comes up heads or tails a huge percentage of the time, let's assume the person flipping the coin isn't a magician or a prestidigitator. In other words, let's assume both a perfect coin and an honest toss, such as the kind you might make with a friend to decide who pays for lunch.
>
>In that case there's an absolute right and wrong answer to the age-old question...
>
> Heads or tails?
>
>...because the two outcomes of a typical coin flip are not equally likely.
>
>The 50-50 proposition is actually more of a 51-49 proposition, if not worse. The sacred coin flip exhibits (at minimum) a whopping 1% bias, and possibly much more. 1% may not sound like a lot, but it's more than the typical casino edge in a game of blackjack or slots.
The comments there then further discuss this.
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#13Glad to see this once more. Some Hacker News Discussions of this: 1. https://news.ycombinator.com/item?id=13735714 2. https://news.ycombinator.com/item?id=13760353 I wish they'd cover the sample space/parameter space distinction "harder", as it seems key to the numerous philosophical divides in the foundations of statistics & probability theory, and it seems like a very good candidate for colorful & animated visualiz…
Also, there are lots of (abstract) mathematical nuances to explore around coin flipping once you get into stochastic processes (there are special aspects of Bernoulli RVs with p=0.5).
Besides, sometimes an imperfect example is a better one--it can stimulate thought and discussion about how well concepts--like modeling a coin flip with a random variable--map to the real world.
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#14Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#15Does anyone know of packages or libraries that can help you do this? Or do I just need to hack my own JavaScript?
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#16Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#17Slightly off topic, but beautiful site. I love sites that change and update the content in a floating manner as you scroll... NYT website has had articles like this for the past few years.. Does anyone know of packages or libraries that can help you do this? Or do I just need to hack my own JavaScript?
[1] https://pudding.cool/process/how-to-implement-scrollytelling...
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#18Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#19Glad to see this once more. Some Hacker News Discussions of this: 1. https://news.ycombinator.com/item?id=13735714 2. https://news.ycombinator.com/item?id=13760353 I wish they'd cover the sample space/parameter space distinction "harder", as it seems key to the numerous philosophical divides in the foundations of statistics & probability theory, and it seems like a very good candidate for colorful & animated visualiz…
Re: Seeing Theory: A visual introduction to probability and statistics (2017)
#20Glad to see this once more. Some Hacker News Discussions of this: 1. https://news.ycombinator.com/item?id=13735714 2. https://news.ycombinator.com/item?id=13760353 I wish they'd cover the sample space/parameter space distinction "harder", as it seems key to the numerous philosophical divides in the foundations of statistics & probability theory, and it seems like a very good candidate for colorful & animated visualiz…
Coin flipping is a canonical example that has historical, theoretical, and practical relevance--it's definitely a bit much to call it "extremely bad & misleading". Mathematically idealized coins do behave in this way, because you have the freedom to define the probability of the events however you like (so long as you do not violate the axioms of probability). Also, there are lots of (abstract) mathematical nuances t…