Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consider the following table:

DateCount
 
5
 
7
 
2

 

3
 
4

The above table is generated by using simple count of specimens collected every day for first 5 days of the month Jan 2018. However, this table doesn't give an idea of how many specimens were collected in total until a given date. For this purpose, we need to use cumulative count. The 3rd column in below table is generated using cumulative count function.

DateCountCumulative Count
 
55
 
712
 
214
 
317
 
421

The difference can be best visualised using below graph.

Image RemovedImage Added