An open API service indexing awesome lists of open source software.

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

Generic curve fitting package with nonlinear mixed effects model
https://github.com/ihmeuw-msca/CurveFit

covid-19 curve-fitting mixed-effects

Last synced: 3 months ago
JSON representation

Generic curve fitting package with nonlinear mixed effects model

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/ihmeuw-msca/CurveFit.svg?branch=master)](https://travis-ci.com/ihmeuw-msca/CurveFit)

## 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](https://github.com/ihmeuw/covid-model-seiir) and [SEIIR model execution pipeline](https://github.com/ihmeuw/covid-model-seiir-pipeline). See [here](https://covid19.healthdata.org/projections) for the current IHME COVID-19 projections from the new SEIIR model.

See [here](http://www.healthdata.org/covid/faqs), for IHME COVID-19 FAQ, [here](http://www.healthdata.org/covid/updates) for updates, [here](http://www.healthdata.org/sites/default/files/files/Projects/COVID/RA_COVID-forecasting-USA-EEA_042120.pdf) for the original write-up of the methods presented in this repository (not currently used!).

For any IHME COVID-19 related inquiries, please contact covid19@healthdata.org.

## Install

Clone or download the repository and then do:
```buildoutcfg
make install
```

If you want to install somewhere other than the defualt for your system:
```
make install prefix=install_prefix_directory
```

### Maintainers
- Aleksandr Aravkin (saravkin@uw.edu)
- Peng Zheng (zhengp@uw.edu)
- Marlena Bannick (mnorwood@uw.edu)
- Jize Zhang (jizez@uw.edu)
- Alexey Sholokhov (aksh@uw.edu)
- Bradley Bell (bradbell@seanet.com)