Latest build deployed.

This commit is contained in:
2026-02-19 07:44:51 -05:00
parent 1be515cd2b
commit af0139b9ea
71 changed files with 2453 additions and 127 deletions
+44
View File
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<!--******************************************-->
<!--* Authored with PreTeXt *-->
<!--* pretextbook.org *-->
<!--* Theme: boulder *-->
<!--* Palette: *-->
<!--******************************************-->
<!--********************************************-->
<!--* Generated from PreTeXt source *-->
<!--* *-->
<!--* https://pretextbook.org *-->
<!--* *-->
<!--********************************************-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
</head>
<body class="ignore-math">
<article class="theorem theorem-like"><h3 class="heading">
<span class="type">Theorem</span><span class="space heading-divison-mark heading-divison-mark__space"> </span><span class="codenumber">4.2.1</span><span class="period heading-divison-mark heading-divison-mark__period">.</span>
</h3>
<div class="para logical">
<div class="para">Suppose <span class="process-math">\(X_1, X_2, \dotsc, X_n\)</span> are <dfn class="terminology">independent and identically distributed</dfn> (or <dfn class="terminology">iid</dfn>) random variables with finite expected value <span class="process-math">\(\mu\)</span> and finite variance <span class="process-math">\(\sigma^2\text{.}\)</span> Let:</div>
<div class="displaymath process-math">
\begin{align*}
S_n \amp = X_1 + X_2 + \dotsb + X_n \\
A_n \amp = \frac{X_1 + X_2 + \dotsb + X_n}{n}
\end{align*}
</div>
<div class="para">Then, for sufficiently large <span class="process-math">\(n\text{:}\)</span>
</div>
<div class="displaymath process-math">
\begin{gather*}
S_n \approx \Norm(n \mu, n \sigma^2) \\
A_n \approx \Norm\left(\mu, \frac{\sigma^2}{n}\right)
\end{gather*}
</div>
<div class="autopermalink" data-description="Paragraph"><a href="#thm-CLT-1-1" title="Copy heading and permalink for Paragraph" aria-label="Copy heading and permalink for Paragraph">🔗</a></div>
</div>
<div class="autopermalink" data-description="Theorem 4.2.1"><a href="#thm-CLT" title="Copy heading and permalink for Theorem 4.2.1" aria-label="Copy heading and permalink for Theorem 4.2.1">🔗</a></div></article><span class="incontext"><a class="internal" href="sec-CLT.html#thm-CLT">in-context</a></span>
</body>
</html>