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
- Host: GitHub
- URL: https://github.com/ihmeuw-msca/CurveFit
- Owner: ihmeuw-msca
- License: gpl-3.0
- Created: 2020-03-22T06:08:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:27:59.000Z (over 3 years ago)
- Last Synced: 2024-11-27T03:34:48.226Z (11 months ago)
- Topics: covid-19, curve-fitting, mixed-effects
- Language: Python
- Homepage: https://ihmeuw-msca.github.io/CurveFit/
- Size: 2.03 MB
- Stars: 192
- Watchers: 17
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)