Great article. Personally I have been learning more about the mathematics of beyond-CLT scenarios (fat tails, infinite variance etc) The great philosophical question is why CLT applies so universally. The article explains it well as a consequence of the averaging process. Alternatively, I’ve read that natural processes tend to exhibit Gaussian behaviour because there is a tendency towards equilibrium: forces, homeost…
The math that explains why bell curves are everywhere
111–120 of 133 posts
Re: The math that explains why bell curves are everywhere
#112The article doesn't share the actual math, but also not the relatively easy intuition. When you roll a pair of dice, there are more combinations that add up to 7 than any other number. Change the numbers on the dice (change the 1 to a 6, e.g.), there's again more combinations that add up to some numbers than to others. The histogram of the number of combinations that add up to different results is a bell curve. That'…
I was probably lucky.
We got homework as one of the first lessons in statistics course, for exactly this case.
Roll pair of dice, save the result, do it 200 (or some other bigger number) times, plot the histogram, do some maths, maybe provide any conclusions, etc.
Such things then definitely stuck with you for a long time.
Re: The math that explains why bell curves are everywhere
#113The way I understand this is that adding of random variables is a smoothening operation on their densities (more generally the distributions, but let me speak of densities only). A little more formally, additions over random variables are convolutions of their densities. Repeated additions are repeated convolutions. A single convolution can be understood as a matrix multiplication by a specific symmetric matrix. Repe…
> Anyone familiar with linear algebra will know that repeated matrix multiplication by non degenerate matrices reveals it's eigenvectors. TIL that I'm not "familiar" with linear algebra ;) But seriously, thanks for sharing that knowledge.
Re: The math that explains why bell curves are everywhere
#114Re: The math that explains why bell curves are everywhere
#115The article doesn't share the actual math, but also not the relatively easy intuition. When you roll a pair of dice, there are more combinations that add up to 7 than any other number. Change the numbers on the dice (change the 1 to a 6, e.g.), there's again more combinations that add up to some numbers than to others. The histogram of the number of combinations that add up to different results is a bell curve. That'…
Yeah that is definitely not the relatively easy intuition for this. The relatively easy intuition comes from learning about the Bernoulli trials, binomial distribution and Pascal triangle. Once you understand those you understand why normal distribution is so prevalent. Or just watch this https://youtu.be/AwEaHCjgeXk?si=tV72uauquCHvzkNE
Sounds simpler than whatever you’re talking about here
Re: The math that explains why bell curves are everywhere
#116The article doesn't share the actual math, but also not the relatively easy intuition. When you roll a pair of dice, there are more combinations that add up to 7 than any other number. Change the numbers on the dice (change the 1 to a 6, e.g.), there's again more combinations that add up to some numbers than to others. The histogram of the number of combinations that add up to different results is a bell curve. That'…
Re: The math that explains why bell curves are everywhere
#117Hot take: bell curves are everywhere exactly because the math is simple. The causal chain is: the math is simple -> teachers teach simple things -> students learn what they're taught -> we see the world in terms of concepts we've learned. The central limit theorem generalizes beyond simple math to hard math: Levy alpha stable distributions when variance is not finite, the Fisher-Tippett-Gnedenko theorem and Gumbel/Fr…
The CLT is everywhere because convolution/adding independentish random variables is a super common thing to do.
https://en.wikipedia.org/wiki/Central_limit_theorem#The_gene...
Re: The math that explains why bell curves are everywhere
#118Hot take: bell curves are everywhere exactly because the math is simple. The causal chain is: the math is simple -> teachers teach simple things -> students learn what they're taught -> we see the world in terms of concepts we've learned. The central limit theorem generalizes beyond simple math to hard math: Levy alpha stable distributions when variance is not finite, the Fisher-Tippett-Gnedenko theorem and Gumbel/Fr…
Most things aren't infinite or extreme, though. Almost by definition, most phenomena aren't extreme phenomena.
Some things with heavy tails:
token occurrences
comment thread upvotes
startup IPOs
social follower counts
network latency
github stars
git diffs
power station size
weather eventsRe: The math that explains why bell curves are everywhere
#119Earlier quoted context omitted.
It also took me a little while to realize “least squares” and MMSE approaches were not necessarily the “correct” way to do things but just “one thing we actually know how to do” because everything else is much harder. We can use Calculus to do so much but also so little…
That isn't the case; mathematicians will do pages of calculations (particularly and especially the statisticians) if they can prove one approach is technically superior to another. These people, as a class, are the crazies who invented matrix multiplication. Something like MMSE is used because it provably optimum properties for estimating a posterior distribution. It is certainly possible that there are complex appro…
Circular reasoning: that's true only if the posterior is normal, or if your "optimal" is defined by second moments. In infinite variance cases, the best estimator can be median or an alpha moment for alpha -- A mathematician who has indeed fallen into the beauty trap
Re: The math that explains why bell curves are everywhere
#120The article doesn't share the actual math, but also not the relatively easy intuition. When you roll a pair of dice, there are more combinations that add up to 7 than any other number. Change the numbers on the dice (change the 1 to a 6, e.g.), there's again more combinations that add up to some numbers than to others. The histogram of the number of combinations that add up to different results is a bell curve. That'…