epiverse-trace / serofoi

Estimates the Force-of-Infection of a given pathogen from population based sero-prevalence studies
https://epiverse-trace.github.io/serofoi/
Other
17 stars 4 forks source link

add fit_seromodel_optimization function #189

Open rccreswell opened 4 months ago

rccreswell commented 4 months ago

Preliminary work on allowing optimization in addition to MCMC sampling.

Users can infer parameters by MCMC sampling. (See https://github.com/epiverse-trace/serofoi/issues/63, https://github.com/epiverse-trace/serofoi/issues/73 ).

Users can find best fit parameters via rstan::optimizing.

Should not.

Replaces #170