48 lines
898 B
XML
48 lines
898 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-Hypothesis-Testing" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Hypothesis Testing</title>
|
|
|
|
<introduction>
|
|
<p> Text before the first section. </p>
|
|
</introduction>
|
|
|
|
|
|
<section xml:id="sec-One-Sample-Tests" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>One Sample Tests</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="sec-Two-Sample-Tests" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Two Sample Tests</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="sec-Power" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Power of a Test</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="sec-Chi-Squared" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title><m>\chi^2</m> Test</title>
|
|
|
|
<p> Text of section. </p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</chapter> |