Graph section by state

Select state: Daily(y/n): Select Condition:
0

Comparative study of confirmed to test ratio for all states

Here 'Confirmed to Test Ratio'(F) is evaluated for each state and is then arranged in descending order. After that a bar graph is plotted. This will actually help us to get an insight into the infection situation of each state.

\[F=\frac{Confirmed}{Tested}\times100\]

Besides that a total tested count has also been collected and been sorted as descending order. Since only sorting the total tested report by count can't reveal any right information because tested count depends on the population of that state. So, we take ratio totaltested to corresponding population(say,T).

\[T=\frac{Totaltested}{Population}\times10000\]

Situation of states in terms of Recovery rate

Here Recovery rate(R) for all states are sorted in descending order and a horizontal bar graph is plotted

\[R=\frac{Recovered}{Confirmed}\times100\]

Situation of states in terms of Deceased rate

Here Deceased rate(D) for all states are sorted in descending order and a horizontal bar graph is plotted

\[R=\frac{Deceased}{Confirmed}\times100\]