Session aims:
$eircalibrate() function takes a target, for example annual PfPr2-10 for the years 2015-2020.summary_function, a function that takes the raw model output and produces the model estimate corresponding to the target. In this case our summary function will summarise the model-estimated PfPr2-10 for the years 2015-2020calibrate() will then search a range of EIRs until the outputs of summary_function are within a user-defined tolerance of the targetsummary_function before using it in calibrate() - this will help with debugging 🐞.?calibrate() for more detailed information.Sometimes calibration can look good:
…and sometimes not 😢 :
mvw::run_tutorial("Calibration")
