# 2019-nCoV-Fit **Repository Path**: chai016/nCoV-Fit ## Basic Information - **Project Name**: 2019-nCoV-Fit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2019-nCoV-Fit SIR and SEIR model fitting for 2019-nCoV. ## Model and Method SIR model and SEIR model. Pleas search on internet for more details of these infectious disease models. Fitting method: Self defined grid search method to find all minimum value. See the grid_search function in fit.py for details. ## Data Data source: https://3g.dxy.cn/newh5/view/pneumonia ## Result y axis:people x axis:days (origin point is 2020-12-8) ### 2020-01-25-01:01 SIR model fittng: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-0101.png) ### 2020-01-25-23:53 SIR model fittng: 高预测: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-2353-hi.png) 低预测: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-2353-low.png) ### 2020-01-25-10:28 SIR model fittng: 高预测: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-1028-hi.png) 中预测: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-1028-mid.png) 低预测: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-1028-low.png) ### 2020-01-25-02:07 SIR model fittng: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-25-0207.png) ### 2020-01-24-11:57 SIR model fittng: ![SIR模型](https://github.com/dai-pch/2019-nCoV-Fit/raw/master/result/sir-2020-01-24-1157.png)