Skip to content

Commit 18d99c9

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent ef319a1 commit 18d99c9

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19390b2a
1+
b92ceb94

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@ <h2 class="anchored" data-anchor-id="recent-posts">Recent Posts</h2>
375375
</div>
376376
</div>
377377
<div class="list grid quarto-listing-cols-3">
378-
<div class="g-col-1" data-index="0" data-categories="TWF0aGVtYXRpY3MlMkNQcm9iYWJpbGl0eSUyQ1N0YXRpc3RpY3M=" data-listing-date-sort="1755907200000" data-listing-file-modified-sort="1756495124885" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="23" data-listing-word-count-sort="4508">
378+
<div class="g-col-1" data-index="0" data-categories="TWF0aGVtYXRpY3MlMkNQcm9iYWJpbGl0eSUyQ1N0YXRpc3RpY3M=" data-listing-date-sort="1755907200000" data-listing-file-modified-sort="1757057935651" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="23" data-listing-word-count-sort="4508">
379379
<a href="./posts/clt-intuitive-derivation/index.html" class="quarto-grid-link">
380380
<div class="quarto-grid-item card h-100 card-left">
381-
<p class="card-img-top"><img src="posts/clt-intuitive-derivation/images/normal_distribution.webp" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3." style="height: 150px;" class="thumbnail-image card-img"/></p>
381+
<p class="card-img-top"><img src="posts/clt-intuitive-derivation/images/normal_distribution.png" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3." style="height: 150px;" class="thumbnail-image card-img"/></p>
382382
<div class="card-body post-contents">
383383
<h5 class="no-anchor card-title listing-title">
384384
The Bell Curve rising: An Intuitive CLT Derivation

posts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@ <h2 class="anchored" data-anchor-id="browse-all-articles">Browse All Articles</h
312312
</div>
313313
</div>
314314
<div class="list grid quarto-listing-cols-3">
315-
<div class="g-col-1" data-index="0" data-categories="TWF0aGVtYXRpY3MlMkNQcm9iYWJpbGl0eSUyQ1N0YXRpc3RpY3M=" data-listing-date-sort="1755907200000" data-listing-file-modified-sort="1756495124885" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="23" data-listing-word-count-sort="4508">
315+
<div class="g-col-1" data-index="0" data-categories="TWF0aGVtYXRpY3MlMkNQcm9iYWJpbGl0eSUyQ1N0YXRpc3RpY3M=" data-listing-date-sort="1755907200000" data-listing-file-modified-sort="1757057935651" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="23" data-listing-word-count-sort="4508">
316316
<a href="./posts/clt-intuitive-derivation/index.html" class="quarto-grid-link">
317317
<div class="quarto-grid-item card h-100 card-left">
318-
<p class="card-img-top"><img src="posts/clt-intuitive-derivation/images/normal_distribution.webp" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3." style="height: 150px;" class="thumbnail-image card-img"/></p>
318+
<p class="card-img-top"><img src="posts/clt-intuitive-derivation/images/normal_distribution.png" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3." style="height: 150px;" class="thumbnail-image card-img"/></p>
319319
<div class="card-body post-contents">
320320
<h5 class="no-anchor card-title listing-title">
321321
The Bell Curve rising: An Intuitive CLT Derivation
863 KB
Loading
-8.6 KB
Binary file not shown.
594 KB
Loading

posts/clt-intuitive-derivation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h2 class="anchored" data-anchor-id="the-clt"><strong>The CLT</strong></h2>
306306
<p>The <strong>Central Limit Theorem (CLT)</strong> answers an important question: Why does the <strong>bell curve</strong> (or Normal Distribution) show up everywhere in the real world?</p>
307307
<div class="quarto-figure quarto-figure-center">
308308
<figure class="figure">
309-
<p><img src="images/normal_distribution.webp" class="img-fluid figure-img" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3."></p>
309+
<p><img src="images/normal_distribution.png" class="img-fluid figure-img" alt="A diagram of the Normal Distribution bell curve. The central peak is at the mean mu. The curve shows that 68% of data falls within 1 standard deviation, 95% within 2, and 99.7% within 3."></p>
310310
<figcaption>The Normal Distribution, showing the 68-95-99.7 rule.</figcaption>
311311
</figure>
312312
</div>
@@ -445,9 +445,9 @@ <h3 class="anchored" data-anchor-id="the-taylor-series-and-cumulants"><strong>Th
445445
<p>The rigorous answer for this choice lies in analyzing the magnitude of our integrand. The integral we must solve is <span class="math inline">\(\frac{1}{2\pi} \int \varphi_X(\theta)^m e^{-in\theta} d\theta\)</span>. The dominant term that dictates the behavior of the integral for large <span class="math inline">\(m\)</span> is <span class="math inline">\(\varphi_X(\theta)^m\)</span>. To analyze its magnitude, we use a key property of complex numbers: the magnitude of a number raised to a power is the magnitude of the number raised to that same power, i.e., <span class="math inline">\(|z^n|=|z|^n\)</span>. Therefore, the magnitude of our term is simply <span class="math inline">\(|\varphi_X(\theta)|^m\)</span>.</p>
446446
<p>Our first step is to prove that the magnitude of the characteristic function, <span class="math inline">\(|\varphi_X(\theta)|\)</span>, is at most 1. The intuition for this comes from visualizing the sum of complex numbers as vector addition—since complex numbers add component-wise, just like vectors, the process can be seen as joining vectors tip-to-tail. The <strong>triangle inequality</strong> (<span class="math inline">\(|\sum z_i| \le \sum |z_i|\)</span>) simply states that the length of the final resulting vector can never be greater than the sum of the lengths of all the individual vectors.</p>
447447
<p>By definition, <span class="math inline">\(\varphi_X(\theta) = \sum_k p_k e^{ik\theta}\)</span>. Applying the triangle inequality: <span class="math display">\[
448-
||\varphi_X(\theta)| = \left|\sum_k p_k e^{ik\theta}\right| \le \sum_k |p_k e^{ik\theta}| = \sum_k p_k |e^{ik\theta}|
448+
|\varphi_X(\theta)| = \left|\sum_k p_k e^{ik\theta}\right| \le \sum_k |p_k e^{ik\theta}| = \sum_k p_k |e^{ik\theta}|
449449
\]</span> Since <span class="math inline">\(|e^{ik\theta}|=1\)</span> for any real <span class="math inline">\(k\)</span> and <span class="math inline">\(\theta\)</span>, this simplifies to: <span class="math display">\[
450-
||\varphi_X(\theta)| \le \sum_k p_k = 1
450+
|\varphi_X(\theta)| \le \sum_k p_k = 1
451451
\]</span> The equality <span class="math inline">\(|\varphi_X(\theta)|=1\)</span> holds if and only if all the complex numbers <span class="math inline">\(e^{ik\theta}\)</span> (for which <span class="math inline">\(p_k&gt;0\)</span>) point in the same direction. For any non-trivial distribution (with at least two different outcomes), this only happens when <span class="math inline">\(\theta=0\)</span>. At <span class="math inline">\(\theta=0\)</span>, every term <span class="math inline">\(e^{ik\cdot 0}\)</span> is just 1. For any <span class="math inline">\(\theta \neq 0\)</span>, the different values of <span class="math inline">\(k\)</span> cause the terms to have different phases, so they are no longer perfectly aligned, and the magnitude of their sum is strictly less than 1. This means that the function <span class="math inline">\(|\varphi_X(\theta)|\)</span> has a unique, global maximum value of 1 at precisely <span class="math inline">\(\theta=0\)</span>.</p>
452452
<p>Now, consider what happens when we raise this to a large power, <span class="math inline">\(m\)</span>. The peak at <span class="math inline">\(\theta=0\)</span>, where the value is <span class="math inline">\(1^m = 1\)</span>, remains. However, for any other value of <span class="math inline">\(\theta\)</span> where <span class="math inline">\(|\varphi_X(\theta)| &lt; 1\)</span>, the value of <span class="math inline">\(|\varphi_X(\theta)|^m\)</span> plummets towards zero exponentially fast as <span class="math inline">\(m\)</span> grows. For instance, if at some point the magnitude is 0.99, for <span class="math inline">\(m=1000\)</span> it becomes <span class="math inline">\(0.99^{1000} \approx 4 \times 10^{-5}\)</span>.</p>
453453
<p>This creates an extremely sharp “spike” in the integrand’s magnitude, centered at <span class="math inline">\(\theta=0\)</span>. The result is that the only part of the integral that contributes significantly to the final value comes from an infinitesimally small neighborhood around <span class="math inline">\(\theta=0\)</span>. The contributions from all other regions are exponentially suppressed and become negligible. Therefore, to accurately approximate the integral for large <span class="math inline">\(m\)</span>, we <em>must</em> approximate the function <span class="math inline">\(g(\theta)\)</span> in this tiny, all-important region around the origin. The Taylor series is the fundamental mathematical tool for this. Expanding around <span class="math inline">\(\theta=0\)</span> is not a mere convenience; it is a mathematically necessary step.</p>

0 commit comments

Comments
 (0)