28 lines
585 B
XML
28 lines
585 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-Confidence-Intervals" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Confidence Intervals</title>
|
|
|
|
<introduction>
|
|
<p> Text before the first section. </p>
|
|
</introduction>
|
|
|
|
|
|
<section xml:id="sec-CLT" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Central Limit Theorem</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="sec-Confidence-Intervals" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Confidence Intervals</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
</chapter> |