A toolkit for visualization, early warning detection and prediction of disease outbreaks (Malaria, Diarrhea, etc.)
Real values were replaced by fake random data
sentinel.Rproj
app.R
report
folder):pdf
:<=3
)libraries.R
Percentile
algorithm is used to trigger alert in sentinel network. An alert is triggered when during n
(consecutive or not) week(s) , diseases occurrence exceeds 90th percentile
calculated using the entire historical time series. This calculation of 90th percentile
excludes the current week.
n
number of consecutive weeks we observe = 3MinSan
: The Ministry of Health defined a simple rule that tells that if occurrences of a given disease
exceed a certain proportion (slope parameter (value)
) during n
( 3 or 4 ) consecutive weeks or not then an alert
is triggered.
CSum
algorithm consists of comparing 52 latest weeks
with smoothed mean of past years. Comparison is made week by week. For example,week 02
of this month is compared with the smoothed mean of week 02
for past years excluding the 52 latest. Parameters can be tuned such as number of past years from which mean will be calculated, sd
, degree of smoothing (number of weeks for mean calculation) .It is only efficient when disease presents weekly strong seasonal pattern.