1{
2 "_source": "This data comes from the R package 'outbreaks'",
3 "_description": "Influenza in a boarding school in England, 1978",
4 "N": 763,
5 "cases": [
6 3,
7 8,
8 26,
9 76,
10 225,
11 298,
12 258,
13 233,
14 189,
15 128,
16 68,
17 29,
18 14,
19 4
20 ],
21 "n_days": 14,
22 "ts": [
23 1,
24 2,
25 3,
26 4,
27 5,
28 6,
29 7,
30 8,
31 9,
32 10,
33 11,
34 12,
35 13,
36 14
37 ],
38 "t0": 0,
39 "y0": [
40 762,
41 1,
42 0
43 ]
44}