DiffEqBayes.jl
This repository is a set of extension functionality for estimating the parameters of differential equations using Bayesian methods. It allows the choice of using CmdStan.jl, Turing.jl, DynamicHMC.jl and ApproxBayes.jl to perform a Bayesian estimation of a differential equation problem specified via the DifferentialEquations.jl interface.
Installation
For the Bayesian methods, you must install DiffEqBayes.jl:
]add DiffEqBayes
using DiffEqBayes