diff --git a/.mapping.json b/.mapping.json index 91d697d..87b14b6 100755 --- a/.mapping.json +++ b/.mapping.json @@ -1 +1 @@ -{"source/main.ptx": ["my-great-book"], "source/frontmatter.ptx": ["frontmatter", "front-colophon"], "source/ch-Introduction.ptx": ["ch-Introduction", "sec-Introduction"], "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", "sec-Joint-Distributions"], "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 +{"source/main.ptx": ["my-great-book"], "source/frontmatter.ptx": ["frontmatter", "front-colophon"], "source/ch-Introduction.ptx": ["ch-Introduction", "sec-Introduction"], "source/ch-Probability.ptx": ["ch-Probability"], "source/sec-Set-Theory.ptx": ["sec-Set-Theory"], "source/sec-Probability.ptx": ["sec-Probability"], "source/sec-Conditional-Probability.ptx": ["sec-Conditional-Probability"], "source/sec-Independent-Events.ptx": ["sec-Independent-Events"], "source/ch-Random-Variables.ptx": ["ch-Random-Variables", "sec-Discrete-RVs", "sec-Continuous-RVs", "sec-Joint-Distributions"], "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/ch-Probability.html b/ch-Probability.html index 7d972a0..bb5b29c 100755 --- a/ch-Probability.html +++ b/ch-Probability.html @@ -292,7 +292,7 @@ eBookConfig.enable_chatcodes = false;

Chapter 1 Probability Theory

-
This chapter establishes the basic terminology of sample spaces, events, probability, conditi8onal probability, and independence. This language lets us model and talk about situations that involve randomness (or lack of knowledge which can sometimes be mathematically modeled in the same way). +
This chapter establishes the basic terminology of sample spaces, events, probability, conditional probability, and independence. This language lets us model and talk about situations that involve randomness (or lack of knowledge which can sometimes be mathematically modeled in the same way).