Skip to content

Methods for estimating parameters in epidemiology models

Notifications You must be signed in to change notification settings

or-fusion/epi_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epi_inference

A python package that supports inference for epidemiology models

Installation with CONDA (for users)

  • conda install pyomo
  • conda install -c conda-forge ipopt
  • python setup.py install

Installation with CONDA (for developers)

  • conda install pyomo
  • conda install -c conda-forge ipopt
  • python setup.py develop

After installation, edits in the epi_inference software directory will immediately change the installed epi_inference python package.

Releases

No releases published

Packages

No packages published

Languages