Closed slwu89 closed 2 years ago
After each antibody titre draw, do something like min(MAX_TITRE, my_titre_draw) with a maximum value, perhaps start with something like >= 95% quantile of the distribution induced by the parameters.
min(MAX_TITRE, my_titre_draw)
closed with #46
After each antibody titre draw, do something like
min(MAX_TITRE, my_titre_draw)
with a maximum value, perhaps start with something like >= 95% quantile of the distribution induced by the parameters.