calc_risk: Converts Infected persons, Number of Contact and Population...

View source: R/calc_risk.R

calc_riskR Documentation

Converts Infected persons, Number of Contact and Population to the associated probability of a contact

Description

Uses a Taylor approximation for repeated Binomial trials Classically associated with the "Birthday Problem"

Usage

calc_risk(I, n, pop)

Arguments

I

integer, the number of persons infected

n

integer, the number of contacts per day

pop

integer, the total population

Details

P(A) = 1- P(A)'


nctriadresearch/nccovid documentation built on April 9, 2023, 7:03 a.m.