Status | Cumulative |
---|---|
Crowd Sourced Data: https://www.covid19india.org/
Official Data: Ministry of Health and Family Welfare Data hosted on this repository https://github.com/Impactech/covid19_india_data
World Data: Repository hosted by Johns Hopkins CSSE https://github.com/CSSEGISandData/COVID-19
Last update at 2020-05-04 07:06:56
The solid lines are smoothed conditional means, which indicated the overall trend. The dots and the soft lines represent actual data.
Growth rate is calculated as:
\[G_{current} = (Total_{previous}- Total_{current})/Total_{previous}\]
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaGrowthRate_v2.R
The following plot is the Smoothed conditional mean of the cumulative daily growth rate. The actual data is noisy. Smoothed mean gives a better picture of the overall trend.
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaGrowthRateStatewise.R
Data: Ministry of Health and Family Welfare
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaStateWise.R
Data: Crowd sourced
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaTimeseries_v3.R
Statewise progression of the cumulative number of cases against the number of days since first report
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaTimeseries_v2.R
Data: Crowd sourced
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaYesterday.R
Since the daily growth rate can be noisy, it may be helpful to see the weekly mean of daily growth rate to identify the tapering.
The Weekly mean of daily growth rate is calculated as follows:
\[ G_{WeeklyMean} = NewCases_{CurrentWeek}*100/(Sunday_{Previous} - Sunday_{Latest})*Cumulative_{PreviousWeek} \]
Data available for 3858 cases
Code: https://github.com/Impactech/COVID19_India/blob/master/IndiaAgewise.R