From ac8b2f304dbf6de7cba85547757ce5db08c03b8b Mon Sep 17 00:00:00 2001 From: andyeisenberg <125768484+andyeisenberg@users.noreply.github.com> Date: Sun, 28 Dec 2025 17:59:07 +0000 Subject: [PATCH] Chapter setup. --- .../{ch-chapter-title.ptx => ch-1-Probability.ptx} | 4 ++-- source/ch-2-Random-Variables.ptx | 13 +++++++++++++ source/ch-3-Expected-Value.ptx | 13 +++++++++++++ source/ch-4-Confidence-Intervals.ptx | 13 +++++++++++++ source/ch-5-Hypothesis-Testing.ptx | 13 +++++++++++++ source/ch-6-Linear-Regression.ptx | 13 +++++++++++++ source/main.ptx | 10 +++++++--- 7 files changed, 74 insertions(+), 5 deletions(-) rename source/{ch-chapter-title.ptx => ch-1-Probability.ptx} (64%) create mode 100644 source/ch-2-Random-Variables.ptx create mode 100644 source/ch-3-Expected-Value.ptx create mode 100644 source/ch-4-Confidence-Intervals.ptx create mode 100644 source/ch-5-Hypothesis-Testing.ptx create mode 100644 source/ch-6-Linear-Regression.ptx diff --git a/source/ch-chapter-title.ptx b/source/ch-1-Probability.ptx similarity index 64% rename from source/ch-chapter-title.ptx rename to source/ch-1-Probability.ptx index f824667..97dc575 100644 --- a/source/ch-chapter-title.ptx +++ b/source/ch-1-Probability.ptx @@ -1,7 +1,7 @@ - - Chapter Title + + Probability Theory

Text before the first section.

diff --git a/source/ch-2-Random-Variables.ptx b/source/ch-2-Random-Variables.ptx new file mode 100644 index 0000000..276a919 --- /dev/null +++ b/source/ch-2-Random-Variables.ptx @@ -0,0 +1,13 @@ + + + + Random Variables + + +

Text before the first section.

+
+ + + + +
\ No newline at end of file diff --git a/source/ch-3-Expected-Value.ptx b/source/ch-3-Expected-Value.ptx new file mode 100644 index 0000000..2ac3035 --- /dev/null +++ b/source/ch-3-Expected-Value.ptx @@ -0,0 +1,13 @@ + + + + Expected Value and Variance + + +

Text before the first section.

+
+ + + + +
\ No newline at end of file diff --git a/source/ch-4-Confidence-Intervals.ptx b/source/ch-4-Confidence-Intervals.ptx new file mode 100644 index 0000000..c279be4 --- /dev/null +++ b/source/ch-4-Confidence-Intervals.ptx @@ -0,0 +1,13 @@ + + + + Confidence Intervals + + +

Text before the first section.

+
+ + + + +
\ No newline at end of file diff --git a/source/ch-5-Hypothesis-Testing.ptx b/source/ch-5-Hypothesis-Testing.ptx new file mode 100644 index 0000000..eda79b0 --- /dev/null +++ b/source/ch-5-Hypothesis-Testing.ptx @@ -0,0 +1,13 @@ + + + + Hypothesis Testing + + +

Text before the first section.

+
+ + + + +
\ No newline at end of file diff --git a/source/ch-6-Linear-Regression.ptx b/source/ch-6-Linear-Regression.ptx new file mode 100644 index 0000000..6c65cd9 --- /dev/null +++ b/source/ch-6-Linear-Regression.ptx @@ -0,0 +1,13 @@ + + + + Linear Regression + + +

Text before the first section.

+
+ + + + +
\ No newline at end of file diff --git a/source/main.ptx b/source/main.ptx index 356f02a..912b183 100644 --- a/source/main.ptx +++ b/source/main.ptx @@ -5,14 +5,18 @@ - Andy's Book - An example to get you started + Math 1044 Notes - + + + + + +