From 96f741f12fd771ed5841ff8ff9cdc77a57ebd445 Mon Sep 17 00:00:00 2001 From: andyeisenberg <125768484+andyeisenberg@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:24:41 +0000 Subject: [PATCH] Latest build deployed. --- .mapping.json | 2 +- _static/pretext/css/ol-markers.css | 1 + backmatter-2.html | 119 +- backmatter.html | 123 +- ch-Confidence-Intervals.html | 128 +- ch-Expected-Value.html | 129 +- ch-Hypothesis-Testing.html | 130 ++- ch-Linear-Regression.html | 128 +- ch-Probability.html | 130 ++- ch-Random-Variables.html | 128 +- front-colophon.html | 124 +- frontmatter.html | 125 +- index.html | 4 +- .../def-continuous-uniform-distribution.html | 37 + knowl/xref/example-poisson-rate.html | 44 + knowl/xref/example-rolls-conditional.html | 43 + .../fact-binomial-probability-formula.html | 34 + knowl/xref/table-binomial-example.html | 44 + lunr-pretext-search-index.js | 1040 ++++++++++++++++- my-great-book.html | 119 +- sec-CLT.html | 267 +++++ sec-Central-Limit-Theorem.html | 194 +++ sec-Chi-Squared.html | 267 +++++ sec-Conditional-Probability.html | 424 +++++++ sec-Confidence-Intervals.html | 267 +++++ sec-Continuous-RVs.html | 518 ++++++++ sec-Correlation.html | 267 +++++ sec-Covariance.html | 272 +++++ sec-Discrete-RVs.html | 504 ++++++++ sec-Discrete-Random-Variables.html | 183 +++ sec-Expected-Value.html | 463 ++++++++ sec-Independent-Events.html | 314 +++++ sec-Linear-Regression.html | 267 +++++ sec-One-Sample-Tests.html | 267 +++++ sec-Power.html | 267 +++++ sec-Probability.html | 427 +++++++ sec-Set-Theory.html | 380 ++++++ sec-Two-Sample-Tests.html | 267 +++++ sec-Variance.html | 337 ++++++ 39 files changed, 8610 insertions(+), 174 deletions(-) create mode 100644 _static/pretext/css/ol-markers.css create mode 100644 knowl/xref/def-continuous-uniform-distribution.html create mode 100644 knowl/xref/example-poisson-rate.html create mode 100644 knowl/xref/example-rolls-conditional.html create mode 100644 knowl/xref/fact-binomial-probability-formula.html create mode 100644 knowl/xref/table-binomial-example.html create mode 100644 sec-CLT.html create mode 100644 sec-Central-Limit-Theorem.html create mode 100644 sec-Chi-Squared.html create mode 100644 sec-Conditional-Probability.html create mode 100644 sec-Confidence-Intervals.html create mode 100644 sec-Continuous-RVs.html create mode 100644 sec-Correlation.html create mode 100644 sec-Covariance.html create mode 100644 sec-Discrete-RVs.html create mode 100644 sec-Discrete-Random-Variables.html create mode 100644 sec-Expected-Value.html create mode 100644 sec-Independent-Events.html create mode 100644 sec-Linear-Regression.html create mode 100644 sec-One-Sample-Tests.html create mode 100644 sec-Power.html create mode 100644 sec-Probability.html create mode 100644 sec-Set-Theory.html create mode 100644 sec-Two-Sample-Tests.html create mode 100644 sec-Variance.html diff --git a/.mapping.json b/.mapping.json index f274a1b..8b4e536 100644 --- a/.mapping.json +++ b/.mapping.json @@ -1 +1 @@ -{"source/main.ptx": ["my-great-book"], "source/frontmatter.ptx": ["frontmatter", "front-colophon"], "source/ch-1-Probability.ptx": ["ch-Probability"], "source/sec-section-name.ptx": ["sec-section-name"], "source/ch-2-Random-Variables.ptx": ["ch-Random-Variables"], "source/ch-3-Expected-Value.ptx": ["ch-Expected-Value"], "source/ch-4-Confidence-Intervals.ptx": ["ch-Confidence-Intervals"], "source/ch-5-Hypothesis-Testing.ptx": ["ch-Hypothesis-Testing"], "source/ch-6-Linear-Regression.ptx": ["ch-Linear-Regression"], "source/backmatter.ptx": ["backmatter"]} \ No newline at end of file +{"source/main.ptx": ["my-great-book"], "source/frontmatter.ptx": ["frontmatter", "front-colophon"], "source/ch-Probability.ptx": ["ch-Probability", "sec-Set-Theory", "sec-Probability", "sec-Conditional-Probability", "sec-Independent-Events"], "source/ch-Random-Variables.ptx": ["ch-Random-Variables", "sec-Discrete-RVs", "sec-Continuous-RVs"], "source/ch-Expected-Value.ptx": ["ch-Expected-Value", "sec-Expected-Value", "sec-Variance", "sec-Covariance"], "source/ch-Confidence-Intervals.ptx": ["ch-Confidence-Intervals", "sec-CLT", "sec-Confidence-Intervals"], "source/ch-Hypothesis-Testing.ptx": ["ch-Hypothesis-Testing", "sec-One-Sample-Tests", "sec-Two-Sample-Tests", "sec-Power", "sec-Chi-Squared"], "source/ch-Linear-Regression.ptx": ["ch-Linear-Regression", "sec-Correlation", "sec-Linear-Regression"], "source/backmatter.ptx": ["backmatter"]} \ No newline at end of file diff --git a/_static/pretext/css/ol-markers.css b/_static/pretext/css/ol-markers.css new file mode 100644 index 0000000..7bbe2b5 --- /dev/null +++ b/_static/pretext/css/ol-markers.css @@ -0,0 +1 @@ +ol.ol-marker-1 > li::marker { content: "("counter(list-item,lower-alpha)") "; } diff --git a/backmatter-2.html b/backmatter-2.html index 8ce2db9..bc82bd4 100644 --- a/backmatter-2.html +++ b/backmatter-2.html @@ -78,7 +78,7 @@ window.MathJax = { - + @@ -113,10 +113,10 @@ eBookConfig.enable_chatcodes = false; - + Skip to main content

Math 1044 Notes

- +

diff --git a/backmatter.html b/backmatter.html index 0f333e1..9d95536 100644 --- a/backmatter.html +++ b/backmatter.html @@ -78,7 +78,7 @@ window.MathJax = { - + @@ -113,10 +113,10 @@ eBookConfig.enable_chatcodes = false; - + Skip to main content

Math 1044 Notes

- +

Chapter 4 Confidence Intervals

Text before the first section. -
+

Chapter 3 Expected Value and Variance

Text before the first section. -
+

Chapter 5 Hypothesis Testing

Text before the first section. -
+

Chapter 6 Linear Regression

Text before the first section. -
+

Chapter 1 Probability Theory

Text before the first section. -
+

Chapter 2 Random Variables

Text before the first section. -
+

Colophon Colophon

-
-Website My Website -
- +
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit CreativeCommons.org
diff --git a/frontmatter.html b/frontmatter.html index 30355e0..c4104cf 100644 --- a/frontmatter.html +++ b/frontmatter.html @@ -78,7 +78,7 @@ window.MathJax = { - + @@ -113,10 +113,10 @@ eBookConfig.enable_chatcodes = false; - + Skip to main content

Math 1044 Notes

- +

Math 1044 Notes

-
You
-
Your department
Your institution
+
Andy Eisenberg
+
Mathematics Department
Temple University
-
December 28, 2025
+
December 31, 2025