projects
/
talweg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f81121
)
'update'
author
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 29 Mar 2017 19:36:31 +0000
(21:36 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 29 Mar 2017 19:36:31 +0000
(21:36 +0200)
reports/report.gj
patch
|
blob
|
blame
|
history
diff --git
a/reports/report.gj
b/reports/report.gj
index
44dd6de
..
7577c20
100644
(file)
--- 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)
-e
2
= computeError(data, p3, H)
-e
3
= computeError(data, p4, H)
-e
4
= computeError(data, p5, H)
+e
3
= computeError(data, p3, H)
+e
4
= computeError(data, p4, H)
+e
5
= 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))