From 5e7a91085717011717e1dd84e7cd43b959f12327 Mon Sep 17 00:00:00 2001 From: Dennis Mack Date: Thu, 24 Sep 2015 19:35:09 +0200 Subject: [PATCH] Fixes initial weight to 160 lbs in text (chap. 1) --- 01-g-h-filter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-g-h-filter.ipynb b/01-g-h-filter.ipynb index b3b119d..8067c7a 100644 --- a/01-g-h-filter.ipynb +++ b/01-g-h-filter.ipynb @@ -750,7 +750,7 @@ "\n", "I hand generated the weight data to correspond to a true starting weight of 160 lbs, and a weight gain of 1 lb per day. In other words on the first day (day zero) the true weight is 160lbs, on the second day (day one, the first day of weighing) the true weight is 161 lbs, and so on. \n", "\n", - "We need to make a guess for the initial weight. It is too early to talk about initialization strategies, so for now I will assume 159 lbs." + "We need to make a guess for the initial weight. It is too early to talk about initialization strategies, so for now I will assume 160 lbs." ] }, {