Skip to content

Modified method to calculate conditional probability

Luis Aleixo requested to merge feature/vl_improvement into master

Re-defined the way to generate the Probability of Infection values for different values of Viral Load:

  • Adapted the uncertainties_plot method

Instead of generating a new model for each Viral Load, the new development get the calculations in parallel, retrieving the P(I) that was generated from the vl value, based on the same position in the vectorised floats.

This implementation is considered to be an optimisation, therefore it is expected that the computation time will be reduced.

Edited by Luis Aleixo

Merge request reports