Skip to content

igoldsteinh/covid_SEIHR_county

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid_SEIHR_county

This repository contains a simple model used for forecasting hospitalizations in California counties in January 2022.

Data

We use est_omicron_cases = reported_cases / proportion_cases_expected * proportion_omicron and est_other_cases = reported_cases / proportion_cases_expected * (1 - proportion_omicron) as data in the model.

Model

The model is a S-E-I-R type model startified by omicron vs non-omicrons with hospitalization compartments. The model is fit with fit_model.jl using Turing.jl.

model_diagram

Priors and posteriors for the model parameters are presented in prior_post_plots.pdf.

Results

Results for each county are presented in post_pred_plots.pdf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 56.8%
  • R 36.0%
  • TeX 3.6%
  • Shell 3.6%