From 51c21b76d0a23db5a57420149ed695738d7da8f8 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Tue, 4 Jun 2013 09:33:10 -0300 Subject: [PATCH] Minor Grammar fix in Ch1 --- Chapter1_Introduction/Chapter1_Introduction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter1_Introduction/Chapter1_Introduction.ipynb b/Chapter1_Introduction/Chapter1_Introduction.ipynb index af7727a0..90f5eb1e 100644 --- a/Chapter1_Introduction/Chapter1_Introduction.ipynb +++ b/Chapter1_Introduction/Chapter1_Introduction.ipynb @@ -135,7 +135,7 @@ "\n", "We are interested in beliefs, which can be interpreted as probabilities by thinking Bayesian. We have a *prior* belief in event $A$, beliefs formed by previous information, e.g., our prior belief about bugs being in our code before performing tests.\n", "\n", - "Secondly, we observe our evidence. To continue our buggy-code example: if our code passes $X$ tests, we want to update our belief to incorporate this. We call this new belief the *posterior* probability. Updating our belief is done via the following equation, known as Bayes' Theorem, after it's discoverer Thomas Bayes:\n", + "Secondly, we observe our evidence. To continue our buggy-code example: if our code passes $X$ tests, we want to update our belief to incorporate this. We call this new belief the *posterior* probability. Updating our belief is done via the following equation, known as Bayes' Theorem, after its discoverer Thomas Bayes:\n", "\n", "\\begin{align}\n", " P( A | X ) = & \\frac{ P(X | A) P(A) } {P(X) } \\\\\\\\[5pt]\n", @@ -1043,4 +1043,4 @@ "metadata": {} } ] -} \ No newline at end of file +}