starsimhub / stisim

Analyses of syphilis diagnostics
MIT License
0 stars 0 forks source link

Refactor lognormal #27

Closed RomeshA closed 2 weeks ago

RomeshA commented 2 weeks ago

Refactor some distributions to improve performance - the biggest change is that the previous implementation where the parameters for the dists directly called get_age_risk_pars, separate calls had to be made to compute loc and scale whereas in this implementation only one call is required