All Projects → fccoelho → Paperlm1

fccoelho / Paperlm1

Projects that are alternatives of or similar to Paperlm1

Andrew Ng Deep Learning Notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook
Illust comment search
コメント生成ハッカソン用レポジトリ
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Gempro
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Coursera Machine Learning
Coursera Machine Learning - Python code
Stars: ✭ 815 (+16200%)
Mutual labels:  jupyter-notebook
Uorf repressiveness supplemental
Data and iPython notebooks documenting all analysis for manuscript "Conservation of uORF repressiveness and sequence features in mouse, human and zebrafish", by Guo-Liang "Chewie" Chew, Andrea Pauli and Alexander F. Schier, 2016
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Pms Swp 2016
Υλικό για το μεταπτυχιακό μάθημα "Προγραμματισμός Σημασιολογικού Ιστού"
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Gan stability
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
Stars: ✭ 810 (+16100%)
Mutual labels:  jupyter-notebook
Yiakwy.github.io
html js hosted on GitHub
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Covid Ct
COVID-CT-Dataset: A CT Scan Dataset about COVID-19
Stars: ✭ 820 (+16300%)
Mutual labels:  jupyter-notebook
Step By Step Neural Network
step-by-step, implement a neural network with python and numpy to recognize handwritten number
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Ghgforcing
Python package to calculating forcing from continuous GHG emissions
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Techtalks
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Deanonymizing Tennis Suspects
Putting names to the players identified by BuzzFeed News in its tennis exposé.
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Jupyter nbextensions configurator
A jupyter notebook serverextension providing config interfaces for nbextensions.
Stars: ✭ 814 (+16180%)
Mutual labels:  jupyter-notebook
Facets
Visualizations for machine learning datasets
Stars: ✭ 6,744 (+134780%)
Mutual labels:  jupyter-notebook
Python tutorials
Python tutorials in both Jupyter Notebook and youtube format.
Stars: ✭ 813 (+16160%)
Mutual labels:  jupyter-notebook
Gutenburg nlp
A hypothetical proof-of-concept book recommendation system for Project Gutenberg, using Natural Language Processing.
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Python misc
Collection of Misc. Python Files
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Oddity
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook
Bordercrossing
Galvanize Capstone Project - Forecasting Wait Times at the US/Canada Border
Stars: ✭ 5 (+0%)
Mutual labels:  jupyter-notebook

Estimating the Attack Ratio of Dengue Epidemics from Aggregated Notification Data

Flavio Coelho1 and Luiz Max de Carvalho2

1 School of Applied Mathematics, Getulio Vargas Foundation (FGV), Rio de Janeiro -- RJ, Brazil.

2 Program for Scientific Computing, Oswaldo Cruz Foundation, Rio de Janeiro -- RJ, Brazil.

Quick Summary

In this paper we address the problem of learning about the attack ratio of a multi-strain disease like dengue. We propose to inform time-varying transmission using the effective reproductive number R_t and propose a way to quantify uncertainty about its estimates. We couple these developments with a Susceptible-Infectious-Removed (SIR) model and Bayesian parameter estimation implemented in BIP to calculate the attack ratio of dengue epidemics in Rio de Janeiro.

Abstract (Arxiv)

Quantifying the attack ratio of disease is key to epidemiological inference and Public Health planning. For multi-serotype pathogens, however, different levels of serotype-specific immunity make it difficult to assess the population at risk. In this paper we propose a Bayesian method for estimation of the attack ratio of an epidemic and the initial fraction of susceptibles using aggregated incidence data. We derive the probability distribution of the effective reproductive number, R_t, and use MCMC to obtain posterior distributions of the parameters of a single-strain SIR transmission model with time-varying force of infection. Our method is showcased in a data set consisting of 18 years of dengue incidence in the city of Rio de Janeiro, Brazil. We demonstrate that it is possible to learn about the initial fraction of susceptibles and the attack ratio even in the absence of serotype specific data. On the other hand, the information provided by this approach is limited, stressing the need for detailed serological surveys to characterise the distribution of serotype-specific immunity in the population.

Dengue cases and the calculated R_t along with 95% confidence bands The intrinsic variability of R_t can be used to inform the time-varying force of infection, since it reflects variation in the vector population and other environmental factors such as temperature and seasonal variation.

Posterior curves for the infectious and susceptibles The curves were estimated only for the periods where R_t> 1 It is clear that this simple model, despite its limitations fits the data well. With the posterior curves of S_0 we can then learn about the attack ratio of every major epidemic in the city.

####Scripts

The scripts used to perform the analyses in the paper are in the python directory. They require Python 3 to run.

  • fit_dengue_split_big.py fits the model to the data estimating $S_0$ in the process.
  • fit_dengue_split_big_plot.py plots the results of the previous script.
  • fit_simulated_data.py generates the simulation experiment in the supplementary material.

The code in the R folder performs additional tasks:

  • elicit_Rt_prior.R is a script to help practitioners elict priors for Rt (see comments in script and Appendix in the paper).
  • Rt_aux.R contains auxiliary utility functions for tasks such as calculating posterior beta-binomial credibility intervals.
  • sampling_Rt_posterior.R is a simple prior sensitivity analysis (PSA) for Rt.
  • credibility_comparison.R is a simulation study to assess if our method provides more conservative credibility intervals.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].