From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 29 Mar 2017 19:36:31 +0000 (+0200)
Subject: 'update'
X-Git-Url: https://git.auder.net/variants/Chakart/%7B%7B%20asset%28%27mixstore/images/scripts/%24%7BgetWhatsApp%28link%29%7D?a=commitdiff_plain;h=a3f39d31dbaa47577cd9873e9e0e09d02ac2533b;p=talweg.git

'update'
---

diff --git a/reports/report.gj b/reports/report.gj
index 44dd6de..7577c20 100644
--- a/reports/report.gj
+++ b/reports/report.gj
@@ -55,9 +55,9 @@ p5 = computeForecast(data, ${list_indices[i]}, "Persistence", "Zero", horizon=H,
 -----r
 e1 = computeError(data, p1, H)
 e2 = computeError(data, p2, H)
-e2 = computeError(data, p3, H)
-e3 = computeError(data, p4, H)
-e4 = computeError(data, p5, H)
+e3 = computeError(data, p3, H)
+e4 = computeError(data, p4, H)
+e5 = computeError(data, p5, H)
 options(repr.plot.width=9, repr.plot.height=7)
 plotError(list(e1, e5, e4, e2, e3), cols=c(1,2,colors()[258],4,6))