Hi,
I would like to use Julia for the parameter estimation of an ODE system using MCMC.
I have empirical data sets and ODE model that I can successfully solve using DifferentialEquations.jl.
What packages/ workflow I can use to perform the MCMC? Are there any suggestions?
The ODE model is pretty simple and doesn’t require much computational power, so this is not a constraint.
Thank you!