{{scenario}}

Number tested:
Infection rate:
False positive probability:
False negative probability:

Test Results

Positive Negative Total
Infected
{{count_infected_positive.toFixed()}}
{{percent_positive_given_infected.toFixed(1)}} {{percent_infected_given_positive.toFixed(1)}} {{percent_infected_positive.toFixed(1)}}
{{count_infected_negative.toFixed()}}
{{percent_negative_given_infected.toFixed(1)}} {{percent_infected_given_negative.toFixed(1)}} {{percent_infected_negative.toFixed(1)}}
{{count_infected.toFixed()}}
{{Number(percent_infected).toFixed(1)}}
Not infected
{{count_not_infected_positive.toFixed()}}
{{percent_positive_given_not_infected.toFixed(1)}} {{percent_not_infected_given_positive.toFixed(1)}} {{percent_not_infected_positive.toFixed(1)}}
{{count_not_infected_negative.toFixed()}}
{{percent_negative_given_not_infected.toFixed(1)}} {{percent_not_infected_given_negative.toFixed(1)}} {{percent_not_infected_negative.toFixed(1)}}
{{count_not_infected.toFixed()}}
{{percent_not_infected.toFixed(1)}}
Total
{{count_positive.toFixed()}}
{{percent_positive.toFixed(1)}}
{{count_negative.toFixed()}}
{{percent_negative.toFixed(1)}}

Assumptions:

  1. Infection rate = {{percent_infected}}%
  2. False positive probability = {{false_positive_probability}}%
  3. False negative probability = {{false_negative_probability}}%

Notes:
  1. See accompanying discussion on false positives and false negatives for additional context.
  2. Row, column, and table percentages are displayed as x, y, and z, respectively.
  3. Totals may not add up to 100 due to rounding.

Views expressed here are personal opinions of Covid2020.icu authors and do not represent any of our past, present, or future clients and/or employers.