Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris Jewell
covid19uk
Commits
c130791d
Unverified
Commit
c130791d
authored
Mar 20, 2020
by
Chris Jewell
Committed by
GitHub
Mar 20, 2020
Browse files
Create README.md
parent
cab74fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
c130791d
# covid19uk
## Files
*
`covid`
Python package
*
`model.py`
main CovidUKODE model class
*
`rdata.py`
functions to import R .rds files with data
*
`pydata.py`
functions for importing files not from R .rds files
*
`util.py`
utility functions
*
`covid_ode.py`
script that runs a test simulator
*
`mcmc.py`
fits the model
*
`prediction.py`
ingests a posterior from
`mcmc.py`
, calculates predictions (saved in pred_2020-03-15.h5) file.
*
`ode_config.yaml`
default YAML configuration file for Covid-19 model (used by the 3 files above)
*
`household_sim.py`
experimental (and probably broken) code
*
`environment.yaml`
conda description of the required environment. Create with
`conda create --file environment.yaml`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment