Skip to content

Commit

Permalink
Readme rearrangements
Browse files Browse the repository at this point in the history
  • Loading branch information
nmpowell committed May 21, 2023
1 parent 2b42aa8 commit 56fe23f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 56fe23f

Please sign in to comment.