X-Git-Url: https://git.auder.net/img/vendor/normalize.css?a=blobdiff_plain;f=reports%2Freport.gj;h=c52486c4ce9895b8039010f4e65bd8d42f412fd9;hb=61140dae12e1f08f26bda8b3d6b1fd910ee81f8d;hp=44dd6de58e3bec518ca254deb683cb0358fa2f04;hpb=1f811218e0599f4b430cb26fb59b7fe7b3f5bb89;p=talweg.git diff --git a/reports/report.gj b/reports/report.gj index 44dd6de..c52486c 100644 --- a/reports/report.gj +++ b/reports/report.gj @@ -55,17 +55,17 @@ 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)) # noir: Neighbors non-local (p1), bleu: Neighbors local endo (p2), mauve: Neighbors local none (p3), # vert: moyenne (p4), rouge: persistence (p5) -i_np = which.min(e_n$abs$indices) -i_p = which.max(e_n$abs$indices) +i_np = which.min(e1$abs$indices) +i_p = which.max(e1$abs$indices) -----r options(repr.plot.width=9, repr.plot.height=4) par(mfrow=c(1,2))