Skip to content

Analyzing Dengue data (dataSus) using Poisson & Negative Binomial models in Python for disease prediction.

Notifications You must be signed in to change notification settings

diegomattos1408/Dengue-EDA-ML-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Dengue Prediction Analysis

Overview

This project aims to predict dengue fever incidences using statistical modeling techniques. The analysis is split into two main Jupyter notebooks:

  1. Data Wrangling: This notebook focuses on preparing and cleaning the data, setting a solid foundation for the analytical process.
  2. Dengue Predictions: Building on the cleaned data, this notebook delves into statistical modeling, specifically using the Poisson model, and tests for overdispersion to ensure the reliability of predictions.

Introduction

Dengue fever is a mosquito-borne viral disease prevalent in tropical and subtropical climates worldwide. Effective prediction of dengue incidences can significantly aid in the planning and implementation of public health interventions. This project utilizes a series of statistical methods to model dengue fever cases based on historical data, taking into account various environmental and societal factors.

The analysis includes a comprehensive examination of the data, estimation of a Poisson model suitable for count data, and the application of the Cameron and Trivedi test for overdispersion, highlighting the challenges and considerations in accurately predicting dengue cases.

Conclusion

The predictive modeling of dengue fever showcases the importance of understanding the data's underlying distribution and the potential issues such as overdispersion. Addressing these challenges is crucial for developing robust and reliable predictive models. This project lays the groundwork for future research that could explore more complex models or incorporate additional data sources to improve prediction accuracy.

Data Source

Data for this project is obtained from DataSus.

About

Analyzing Dengue data (dataSus) using Poisson & Negative Binomial models in Python for disease prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published