From 212a1e1a85c851140022dc1fc52a71fc426aeda0 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 7 Jul 2014 20:12:16 -0700 Subject: [PATCH] Fixed latex problem (using \verb inside of \frac). Generated pdf. --- g-h_filter.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g-h_filter.ipynb b/g-h_filter.ipynb index 2b44e60..bb27688 100644 --- a/g-h_filter.ipynb +++ b/g-h_filter.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:42e44e3dc2e264d736fbf0083bcc71c2e0763b6c55775704d7e2394881c8bcab" + "signature": "sha256:27be18a05f9ddd413e35c6546c1fe1a04d7a71d7b75ed099b55d423aa20b0e31" }, "nbformat": 3, "nbformat_minor": 0, @@ -638,7 +638,7 @@ "\n", "So, should we just set the new gain/day to 4.4 lbs? Hmm, sounds like our same problem again. Yesterday we though the weight gain was 1 lb, today we think it is 4.4 lbs. We have two numbers, and want to combine them somehow. Let's use our same tool, and the only tool we have so far - pick a value part way between the two. This time I will use another arbitrarily chosen number, $\\frac{1}{3}$. The equation is identical as for the weight estimate except we have to incorporate time because this is a rate (gain/day):\n", "\n", - "$$ \\verb,new gain, = \\verb,old gain, + \\frac{1}{3}\\frac{\\verb,measurement, - \\verb,predicted weight,}{\\verb,1 day,}\n", + "$$\\verb,new gain, = \\verb,old gain, + \\frac{1}{3}\\frac{measurement - predicted~weight}{1~ day}\n", "$$" ] },