Kind of a misleading animation, since n is the number of switches (4) and not the number of balls (which diverges to infinity). Setting the bins to 500 froze the browser, unfortunately. The physical machines that do this are undeniably cool, but especially when they have the curve painted on beforehand; this is the best I could find right now, but I remember seeing a pretty big one as part of a traveling mathematics…
what browser are you using? the bins tag has a max value set to 25
The Central Limit Theorem Visualized with D3
31–40 of 80 posts
Re: The Central Limit Theorem Visualized with D3
#32(X1+X2+ ... + Xn - n * mean)/sqrt(n * variance) --> N(0,1)
I don't see how that is visualization of this theorem.
Re: The Central Limit Theorem Visualized with D3
#33Re: The Central Limit Theorem Visualized with D3
#34while i have the attention of HN, does anyone have suggestions on any other types of statistic visualizations?
Re: The Central Limit Theorem Visualized with D3
#35I have to learn this Theorem for my exams (which are in a week). All I know is that (X1+X2+ ... + Xn - n * mean)/sqrt(n * variance) --> N(0,1) I don't see how that is visualization of this theorem.
Re: The Central Limit Theorem Visualized with D3
#36This isn't the central limit theorem. This is a binomial distribution. Nice animation though.
Why isn't it the central limit theorem? It is taking random results and building a distribution which looks normal.
So, sample means (estimates of the population mean) tend to be normally distributed even when the population they are sampling is not.
The D3 demo here doesn't show multiple sample means, it shows that as you take more and more items from a normal population, the distribution of your sample of items gradually comes to resemble the distribution of the population as a whole.
Re: The Central Limit Theorem Visualized with D3
#37This isn't the central limit theorem. This is a binomial distribution. Nice animation though.
Re: The Central Limit Theorem Visualized with D3
#38A great example of convergence in the natural world I once saw was drops of water falling off a gutter from about 10 feet in the air. There was very little wind, and the drops fell on a line right under the gutter. It was immediately clear that the drops landed in a roughly normal distribution with their random fall through the air, and the pattern of wet pavement they produced was a perfect little compressed bell cu…
Re: The Central Limit Theorem Visualized with D3
#39This is not the Central Limit Theorem.
Re: The Central Limit Theorem Visualized with D3
#40You may want to do a bit of proofreading. It's difficult for me to take the content of this article seriously with so many spelling mistakes; especially since you misspelled "probability", which is the focus of the entire thing.