Skip to content

activity and viral loads pre-defined distributions

Define in monte_carlo/data.py, standard pre-defined distributions for the breathing rates and viral loads (from @mrognlie , see feature/mc branch).

They correspond that what was published in the CERN note (CERN-OPEN-2021-04). Tests are added to make sure the mean and std deviations are the same as in the note (Table 4). Note that one value in the table was erroneous (std deviation of "Moderate activity" case - 0.37 when it should be 0.34).

The pre-defined distributions are defined as a dictionary of mc.Activity and mc.Virus class instances.

Merge request reports