Prospective Detection of Outbreaks

Benjamin Allévius,Michael Höhle
DOI: https://doi.org/10.48550/arXiv.1711.08960
2017-11-24
Abstract:This chapter surveys univariate and multivariate methods for infectious disease outbreak detection. The setting considered is a prospective one: data arrives sequentially as part of the surveillance systems maintained by public health authorities, and the task is to determine whether to 'sound the alarm' or not, given the recent history of data. The chapter begins by describing two popular detection methods for univariate time series data: the EARS algorithm of the CDC, and the Farrington algorithm more popular at European public health institutions. This is followed by a discussion of methods that extend some of the univariate methods to a multivariate setting. This may enable the detection of outbreaks whose signal is only weakly present in any single data stream considered on its own. The chapter ends with a longer discussion of methods for outbreak detection in spatio-temporal data. These methods are not only tasked with determining if and when an outbreak started to emerge, but also where. In particular, the scan statistics methodology for outbreak cluster detection in discrete-time area-referenced data is discussed, as well as similar methods for continuous-time, continuous-space data. As a running example to illustrate the methods covered in the chapter, a dataset on invasive meningococcal disease in Germany in the years 2002-2008 is used. This data and the methods covered are available through the R packages surveillance and scanstatistics.
Methodology,Applications
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to timely detect emerging epidemic threats in the infectious disease surveillance data stream. Specifically, it focuses on how to determine whether an "alert" needs to be issued as data continuously arrives in the surveillance systems maintained by public health authorities. The paper mainly discusses the application of univariate and multivariate methods in infectious disease epidemic detection, with special emphasis on how these methods can help detect epidemics with weak signals in any single data stream. In addition, the paper also explores methods for epidemic detection in spatio - temporal data. These methods need to determine not only when the epidemic begins to occur, but also where it occurs. By using the data of invasive meningococcal disease in Germany from 2002 to 2008 as a case study, the paper details various detection methods and their implementation in the R packages `surveillance` and `scanstatistics`.