cole_haus modeling
He first inputs (and replicates?) GiveWell's "deterministic functional models"
... for cash, nets, smc, deworming, and vas (?)
with code in Github HERE, e.g.,
the parameters and calculations of the model for bednets are in nets.py For example...
I'm not exactly sure where and how the numerical parameters are input here. I
He next incorporates uncertainty
The above, which takes the parameters of the model as arguments, is used in his montecarlo work (jupyter notebook Python-based model in Google collab:
DR: It ran decently when I did the original model or made one change, but when I adjusted multiple parameters it hung up
I paste some of that code below:
I don't remember where the 'lo' and 'hi' come from -- GiveWell? I guess the simulation will then assert and draw from a distribution, where 'lo' and 'hi' represent the endpoints, or maybe 95% CIs, or something, of these distributions. If so, and if this is done the same across all the moral and other parameters, there is obviously room for improvement.
Some more parameters, this time 'empirical' ("what are the true values of measurable stuff") and maybe 'epistemic' ('how much do we trust the evidence' ... or something)
Now something magic happens... 'main' is doing something here, maybe as defined in the github repo? Not sure where the distributions are specified
It spits out a bunch of graphs. I can't remember what everything means. I think the 'value per dollar' label might be in error here

Last updated
