Workflow for MCMC parameter estimation

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!

DifffEqBayes.jl is a good starting place.

Thank you!!

Here is Turing.jl bayesian-differential-equations

1 Like