X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=reports%2Freport.gj;h=088b43efb9ccd0435c2f61d62acd8de8339b0557;hp=3524e10e12c8f3e304fa9fff4669dd90ba82d816;hb=55639673dd1510a02671c4646813ae346cdca4d6;hpb=d444b27afb654f1aa435a0b237b91f8e11c37a6b diff --git a/reports/report.gj b/reports/report.gj index 3524e10..088b43e 100644 --- a/reports/report.gj +++ b/reports/report.gj @@ -44,7 +44,7 @@ p_nn_mix = computeForecast(data, ${list_indices[i]}, "Neighbors", "Neighbors", p_az = computeForecast(data, ${list_indices[i]}, "Average", "Zero", horizon=${H}) p_pz = computeForecast(data, ${list_indices[i]}, "Persistence", "Zero", - horizon=${H}, same_day=TRUE) + horizon=${H}, same_day=${'TRUE' if loop.index < 2 else 'FALSE'}) -----r e_nn_exo = computeError(data, p_nn_exo, ${H}) e_nn_mix = computeError(data, p_nn_mix, ${H})