From 56fe23fc74a9c278e2a68efa371cdacbf286074e Mon Sep 17 00:00:00 2001 From: Nick Powell <184579+nmpowell@users.noreply.github.com> Date: Sat, 20 May 2023 20:18:37 -0700 Subject: [PATCH] Readme rearrangements --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ba9385bd7..2198bd21be 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The above figure shows the evolution of 24 hours' worth of time windows' nationa ### Notebooks - To follow plot generation, see [./notebook.ipynb](./notebook.ipynb). -- An [./investigation.ipynb](./investigation.ipynb) of past data. +- An [./investigation.ipynb](./investigation.ipynb) of past and present data. - To run this yourself, see **Usage** below. ## Forecast Accuracy - National @@ -34,14 +34,14 @@ For the complete history since the start of this project, see [./charts/stats_hi ### 24 hours +This boxplot shows the range of all published forecast values for each 30-minute time window, defined by its "from" datetime in the API. + ![Published CI values](./charts/national_ci_boxplot.png) -The above boxplot shows the range of all published forecast values for each 30-minute time window, defined by its "from" datetime in the API. +The plot below shows forecast percentage error (compared with "actual" values, i.e. $100\times(forecast-actual)/actual$) for the same times. ![Published CI values](./charts/national_ci_error_boxplot.png) -The above plot shows forecast percentage error (compared with "actual" values, i.e. $100\times(forecast-actual)/actual$) for the same times. - ### 7-day summary These are daily summaries of forecast error from all 48 half-hour windows on each day.