Files
Probability-and-Statistics-…/knowl/xref/example-binomial-variance.html
T
2026-08-01 15:00:14 +00:00

41 lines
3.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="example example-like"><h2 class="heading">
<span class="type">Example</span><span class="space heading-divison-mark heading-divison-mark__space"> </span><span class="codenumber">3.2.7</span><span class="period heading-divison-mark heading-divison-mark__period">.</span>
</h2>
<div class="para logical">
<div class="para">Recall the setup from <a href="sec-Expected-Value.html#example-binomial-EV" class="xref" data-knowl="./knowl/xref/example-binomial-EV.html" data-reveal-label="Reveal" data-close-label="Close" title="Example 3.1.11">Example 3.1.11</a>: a binomial random variable <span class="process-math">\(S\)</span> is the sum <span class="process-math">\(H_1 + H_2 + \dotsb + H_n\)</span> of <span class="process-math">\(n\)</span> indicator random variables, each with parameter <span class="process-math">\(p\text{.}\)</span> The results of different coin flips are independent from each other, so the random variables <span class="process-math">\(H_1, \dotsc, H_n\)</span> are independent from each other. From <a href="sec-Variance.html#example-indicator-variance" class="xref" data-knowl="./knowl/xref/example-indicator-variance.html" data-reveal-label="Reveal" data-close-label="Close" title="Example 3.2.6">Example 3.2.6</a>, we know that <span class="process-math">\(\Var(H_i) = p(1-p)\)</span> for each <span class="process-math">\(i\text{.}\)</span> Therefore:</div>
<div class="displaymath process-math" data-contains-math-knowls="./knowl/xref/example-binomial-EV.html ./knowl/xref/example-indicator-variance.html">
\begin{align*}
\Var(S) \amp = \Var(H_1 + H_2 + \dotsb + H_n) \\
\amp = \Var(H_1) + \Var(H_2) + \dotsb + \Var(H_n) \\
\amp = \underbrace{p(1-p) + p(1-p) + \dotsb + p(1-p)}_{n \text{ times}} \\
\amp = np(1-p).
\end{align*}
</div>
<div class="para">Remember this formula! Well make frequent use of it.</div>
<div class="autopermalink" aria-hidden="true" data-description="Paragraph"><a tabindex="-1" href="#example-binomial-variance-1-1" title="Copy heading and permalink for Paragraph" aria-label="Copy heading and permalink for Paragraph">🔗</a></div>
</div>
<div class="autopermalink" aria-hidden="true" data-description="Example 3.2.7"><a tabindex="-1" href="#example-binomial-variance" title="Copy heading and permalink for Example 3.2.7" aria-label="Copy heading and permalink for Example 3.2.7">🔗</a></div>
</article><span class="incontext"><a class="internal" href="sec-Variance.html#example-binomial-variance">In Context</a></span>
</body>
</html>