estiMINT: EIR and HBR
estiMINT inverts a measured prevalence or human biting rate into the EIR that would sustain it, and converts between EIR and HBR in both directions. It is the first stage of the pipeline, supplying the EIR that stateMINT runs forward. The pages here work through its models, the calculate_dn0 step behind the net covariates, the mosquito-density route, and the full API.
- Nets and dn0 —
calculate_dn0,net_types, and resistance. - Estimating EIR from prevalence — the
prevalencemodel. - EIR and HBR — the
hbrandeir_to_hbrmodels, and the error in converting back. - Mosquito density and EIR —
estimate_eir_with_mosquito_delta. - estiMINT API — every function and dataclass.