• Stars
    star
    191
  • Rank 201,863 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generic curve fitting package with nonlinear mixed effects model

Build Status

DOCUMENTATION

https://ihmeuw-msca.github.io/CurveFit/

[NEW] IMPORTANT NOTE RE: IHME COVID-19 FORECASTS

This method and repository are no longer being used in the IHME COVID-19 forecasts. Please instead see the repositories for the SEIIR Model and SEIIR model execution pipeline. See here for the current IHME COVID-19 projections from the new SEIIR model.

See here, for IHME COVID-19 FAQ, here for updates, here for the original write-up of the methods presented in this repository (not currently used!).

For any IHME COVID-19 related inquiries, please contact [email protected].

Install

Clone or download the repository and then do:

make install

If you want to install somewhere other than the defualt for your system:

make install prefix=install_prefix_directory

Maintainers