44th International Symposium on Forecasting, Dijon, France
July 1, 2024
Major Health Problem in Sri Lanka.
Image Credit: https://www.cdc.gov/dengue/images/socialmedia/LVV7_Aedes_aegypti_Adult_Feeding_2022_029.jpg
Data Source: https://denguedatahub.netlify.app/
Image Credit: https://www.airforcemedicine.af.mil/portals/1/Images/Graphics/200309-D-HN545-003.png
An occurrence of a disease in a specific geographic area that is significantly higher than the established baselines.
This increase can be either sudden or gradual.
An occurrence of a disease in a specific geographic area that is significantly higher than the established baselines.
This increase can be either sudden or gradual.
An occurrence of a disease in a specific geographic area that is significantly higher than the established baselines.
This increase can be either sudden or gradual.
An occurrence of a disease in a specific geographic area that is significantly higher than the established baselines.
This increase can be either sudden or gradual.
We define an anomaly as an observation that is very unlikely given the backcasted distribution.
An anomaly is an observation that exhibits a significant deviation from the established typical behaviour.
Backcasting is a planning method that starts with defining a desirable future and then works backwards to identify policies and programs that will connect that specified future to the present.
This approach allows us to strategically assess how current or future observations fit into historical trends and influences.
Build a model of a system’s typical behaviour.
The trend component is calculated using locally estimated scatterplot smoothing method
Build a model of a system’s typical behaviour.
The trend component is calculated using locally estimated scatterplot smoothing method
Outbreaks of new or re-emerging diseases, such as SARS, MERS, or COVID-19, may not initially show clear seasonal patterns.
Build a model of a system’s typical behaviour.
The trend component is calculated using locally estimated scatterplot smoothing method
Outbreaks of new or re-emerging diseases, such as SARS, MERS, or COVID-19, may not initially show clear seasonal patterns.
Their spread is often influenced by factors such as human behavior, travel, and public health interventions rather than environmental seasonality.
Build a model of a system’s typical behaviour.
Move the window one step ahead with each new data point
For each new data subset reinitialize the model state with new data without changing the estimated parameters.
Generate one-step backward projections using a refitted backcasting model.
Compare the backcasted values with the actual trend values.
Compare the backcasted values with the actual trend values.
Select error data from the typical behaviour
Divide error data into blocks and extract block maxima and minima
Select error data from the typical behaviour
Divide error data into blocks and extract block maxima and minima
Apply Generalized Extreme Value distribution to the block maxima and minima to model extreme error values
Select error data from the typical behaviour
Divide error data into blocks and extract block maxima and minima
Apply Generalized Extreme Value distribution to the block maxima and minima to model extreme error values
Determine the 95th percentile (upper threshold) and 5th percentile (lower threshold) of the GEV distribution
Determine the optimal rolling window size for capturing typical behavior patterns.
Conduct further experiments with various weighted backcasting approaches beyond exponential smoothing.
Determine the optimal rolling window size for capturing typical behavior patterns.
Conduct further experiments with various weighted backcasting approaches beyond exponential smoothing.
Extend the algorithm to handle multivariate data streams.
This work was supported in part by the RETINA research lab, funded by the OWSD, a program unit of the United Nations Educational, Scientific, and Cultural Organization (UNESCO).
Slides available at: prital.netlify.app
Low Smoothing Parameter for the Level
Controls how much weight is given to the most recent observations when updating the level component.
Effect: A low places more emphasis on recent observations, making the model more responsive to recent changes in the data. This is particularly useful for capturing short-term fluctuations and trends.
Low Smoothing Parameter for the Slope
Determines how much weight is assigned to changes in the level over time.
Effect: A low vale means that changes in the trend (slope) component are primarily influenced by recent changes in the level.
This parameter helps adjust the slope to reflect recent trends while smoothing out noise.
High Damping Parameter for the Slope
Controls the rate at which the trend (slope) component reverts to a long-term mean.
Effect: A high value indicates strong damping, causing the slope to revert quickly to its long-term average. This helps stabilize the trend component against short-term fluctuations, providing a smoother forecast.
Slides created with Quarto, available at prital.netlify.app.