update following 23/05 TODOs
[talweg.git] / reports / year2015.gj
index 58340e7..678b962 100644 (file)
@@ -14,11 +14,11 @@ indices = seq(as.Date("2015-01-01"),as.Date("2015-12-31"),"days")
 -----r
 p1 = computeForecast(data, indices, "Neighbors", "Neighbors",
        predict_from=P, horizon=H, simtype="mix", local=FALSE)
-p2 = computeForecast(data, indices, "Neighbors", NULL,
+p2 = computeForecast(data, indices, "Neighbors", "Zero",
        predict_from=P, horizon=H, simtype="none", local=TRUE)
-p3 = computeForecast(data, indices, "Average", "Zero",
+p3 = computeForecast(data, indices, "Average", "LastValue",
        predict_from=P, horizon=H)
-p4 = computeForecast(data, indices, "Persistence", "Zero",
+p4 = computeForecast(data, indices, "Persistence", "LastValue",
        predict_from=P, horizon=H, same_day=TRUE)
 -----r
 e1 = computeError(data, p1, P, H)