Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 420 Bytes

File metadata and controls

8 lines (5 loc) · 420 Bytes

groep-check.nl

This repository server https://groep-check.nl, a website that allows you to calculate the probability that at least one person in a group is infected. Currently, we calculate this in the following way:

(1) p_group = (1 - (1-p_individual) ** n)

In this formula, p_individual is the probability that one person is infected, n the number of people in group and p_group the quantity of interest.