blob: 95a1700197fe09e313475105335f23311f0b8457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Well-log dataset
This is the well-known well-log dataset used in many changepoint papers. This
version is obtained from [this Github
repository](https://raw.githubusercontent.com/alan-turing-institute/bocpdms/a4042b45004592f5b9fa912b346dd22a212b7ea0/Data/well.txt),
and licensed under the MIT license.
The dataset is sampled at every 6 observations to reduce the length of the
series. To obtain the json dataset from the original file, simply run:
```
$ python convert.py well_log.txt well_log.json
```
[Here](https://web.archive.org/web/20191128143944/https://raw.githubusercontent.com/alan-turing-institute/bocpdms/a4042b45004592f5b9fa912b346dd22a212b7ea0/Data/well.txt)
is an archive.org url for the dataset.
When using this series, please cite the original source:
```bib
@book{oruanaidh1996numerical,
title={Numerical {Bayesian} Methods Applied to Signal Processing},
author={{\'O Ruanaidh}, J. J. K. and Fitzgerald, W. J.},
year={1996},
publisher={Springer}
}
```

|