-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprob-stats.xml
77 lines (52 loc) · 3.41 KB
/
prob-stats.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<!--********************************************************************
Copyright 2015 Robert A. Beezer
This file is part of MathBook XML.
MathBook XML is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 or version 3 of the
License (at your option).
MathBook XML is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MathBook XML. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************-->
<!-- This file is part of the book -->
<!-- -->
<!-- Inquiries into Probability and Statistics - Math S–304 -->
<!-- -->
<!-- Copyright (C) 2016 Thomas W. Judson -->
<!-- USE XINCLUDE SWITCH ON XSLTPROC -->
<!-- Master file for math-s-104, "Inquiries into Probability and Statistics" -->
<!-- Use XSL stylesheets to create subsets -->
<!-- Important: Always process all of the source -->
<!-- to preserve numbering and cross-references! -->
<!-- So it is never advisable to edit this file -->
<!-- Changing xml:lang causes many strings to change language -->
<!-- See the xsl/localizations directory for details -->
<!-- Note the use of the "xinclude" namespace in order to use multiple files -->
<!-- Each included file must contain exactly one top-level element, -->
<!-- such as a chapter or section -->
<mathbook xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<!-- <mathbook xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="fr-FR"> -->
<xi:include href="./bookinfo.xml" /> <!-- ISBN, website, other metadata -->
<book xml:id="prob-stats">
<title>Inquiries into Probability and Statistics</title>
<subtitle>MATH S<ndash />304</subtitle>
<xi:include href="./frontmatter.xml" /> <!-- Title Page, Preface, etc. -->
<xi:include href="./prob-intro.xml" /> <!-- Introduction to Probability -->
<xi:include href="./prob-combinatorics.xml" /> <!-- Combinatorics and Counting Problems -->
<xi:include href="./prob-indep.xml" /> <!-- Independent Events and Conditional Probability -->
<xi:include href="./prob-random-var.xml" /> <!-- Probability Distributions, Random Variables-->
<xi:include href="./stats-descript.xml" /> <!-- Introduction to Statistics and Descriptive Statistics -->
<xi:include href="./stats-measures.xml" /> <!-- Measuring Central Tendency and Spread -->
<xi:include href="./stats-sampling.xml" /> <!-- Sampling and Using Technology -->
<xi:include href="./stats-hypoth.xml" /> <!-- Hypothesis Testing -->
<xi:include href="./stats-confid.xml" /> <!-- Estimating with Confidence -->
<xi:include href="./stats-bivariate.xml" /> <!-- Examining Bivariate Data -->
<xi:include href="./standards.xml" /> <!-- State Standards and the Common Core -->
<xi:include href="./backmatter.xml" /> <!-- GFDL -->
</book>
</mathbook>