'update'
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 29 Mar 2017 19:36:31 +0000 (21:36 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 29 Mar 2017 19:36:31 +0000 (21:36 +0200)
reports/report.gj

index 44dd6de..7577c20 100644 (file)
@@ -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))