Ratio and Normalized Data - perolo/covid19togapminder GitHub Wiki

Create Relative Data

Calculated as the Ratio in parts per thousand, 40 = 4%

  • Ratio: Death/Confirmed
  • Ratio: Recovered/Confirmed

If a data is missing in one file it is skipped Example:

  • Line Missing: Country-Canada

Create Population Normalized Data

Calculated as a normalized Data in parts per million.

Only the countries in https://github.com/perolo/covid19togapminder/blob/master/Population.dat are used.

  • Population Normalized: Death

The "Population.dat" file is only used if the file is located in the same directory as the executable.