Skip to content

Instantly share code, notes, and snippets.

# DiffEq tools
using DiffEqBayes, OrdinaryDiffEq, ParameterizedFunctions, RecursiveArrayTools
# clone from github.com/tpapp
using DynamicHMC, MCMCDiagnostics, DiffWrappers, ContinuousTransformations
using Parameters, Distributions, Optim
f1 = @ode_def_nohes LotkaVolterraTest1 begin
dx = a*x - b*x*y