X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=reports%2Freport.gj;h=7577c20e2c1a171d76ea0921e77531283592eed2;hp=44dd6de58e3bec518ca254deb683cb0358fa2f04;hb=a3f39d31dbaa47577cd9873e9e0e09d02ac2533b;hpb=1f811218e0599f4b430cb26fb59b7fe7b3f5bb89 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))