From 7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 10 Mar 2020 12:27:53 +0000 Subject: Initial commit --- datasets/measles/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 datasets/measles/README.md (limited to 'datasets/measles/README.md') diff --git a/datasets/measles/README.md b/datasets/measles/README.md new file mode 100644 index 0000000..332373c --- /dev/null +++ b/datasets/measles/README.md @@ -0,0 +1,19 @@ +# Weekly Measles Case Reports England & Wales + +This data is available from [prof. Ben Bolker's +webpage](https://ms.mcmaster.ca/~bolker/measdata.html). + +The original file is ``ewmeas.dat``. + +For the data format, see: +[https://ms.mcmaster.ca/~bolker/measdata/formats.html](https://ms.mcmaster.ca/~bolker/measdata/formats.html). + +The time difference between observations is not exactly constant, but for the +annotation we will consider it as such. Detection algorithms that can take a +specific time axis should be provided with the true axis. + +While this data is provided "as is", it is not clearly licensed for +redistribution. We therefore download it locally instead of distributing it +with this repository. + +![Plot of measles dataset](./measles.png) -- cgit v1.2.3