Estimating the parameters of ODEs with multiple initial conditions using Bayesian methods

Hello.

https://tutorials.sciml.ai/html/ode_extras/04-monte_carlo_parameter_estim.html

In the above tutorial, MonteCarloProblem() is used to estimate the parameters for ODEs with multiple initial conditions.

I would like to do the same thing using DiffEqBayes.jl or Turing.jl, but I don’t know how to do it.

I would appreciate your advice.
Thank you for your help.

Check https://github.com/TuringLang/TuringTutorials/blob/master/10_diffeq.ipynb.

1 Like

Thanks for the useful information.
It was helpful.

1 Like