Files
Probability-and-Statistics-…/source/main.ptx
T
2025-12-28 17:59:07 +00:00

27 lines
819 B
XML

<?xml version="1.0" encoding="utf-8"?>
<pretext xml:lang="en-US" xmlns:xi="http://www.w3.org/2001/XInclude">
<!-- we first include a file which contains the docinfo element: -->
<xi:include href="./docinfo.ptx" />
<book xml:id="my-great-book">
<title>Math 1044 Notes</title>
<!-- Include frontmatter -->
<xi:include href="./frontmatter.ptx" />
<!-- Include chapters -->
<xi:include href="./ch-1-Probability.ptx" />
<xi:include href="./ch-2-Random-Variables.ptx" />
<xi:include href="./ch-3-Expected-Value.ptx" />
<xi:include href="./ch-4-Confidence-Intervals.ptx" />
<xi:include href="./ch-5-Hypothesis-Testing.ptx" />
<xi:include href="./ch-6-Linear-Regression.ptx" />
<!-- Include backmatter -->
<xi:include href="./backmatter.ptx" />
</book>
</pretext>