15 lines
407 B
XML
15 lines
407 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-Random-Variables" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Random Variables</title>
|
|
|
|
<introduction>
|
|
<p>
|
|
Text before the first section.
|
|
</p>
|
|
</introduction>
|
|
|
|
<xi:include href="./sec-Discrete-RVs.ptx" />
|
|
<xi:include href="./sec-Continuous-RVs.ptx" />
|
|
<xi:include href="./sec-Joint-Distributions.ptx" />
|
|
</chapter> |