You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,23 +93,26 @@ Alternatively, we can use real-world data from Hudson’s Bay Company records (a
93
93
Previously, functions in Turing and DifferentialEquations were not inter-composable, so Bayesian inference of differential equations needed to be handled by another package called [DiffEqBayes.jl](https://github.com/SciML/DiffEqBayes.jl) (note that DiffEqBayes works also with CmdStan.jl, Turing.jl, DynamicHMC.jl and ApproxBayes.jl - see the [DiffEqBayes docs](https://docs.sciml.ai/latest/analysis/parameter_estimation/#Bayesian-Methods-1) for more info).
94
94
95
95
Nowadays, however, Turing and DifferentialEquations are completely composable and we can just simulate differential equations inside a Turing `@model`.
96
-
Therefore, we write the Lotka-Volterra parameter estimation problem using the Turing `@model` macro as below:
96
+
Therefore, we write the Lotka-Volterra parameter estimation problem using the Turing `@model` macro as below.
97
+
For the purposes of this tutorial, we choose priors for the parameters that are quite close to the ground truth.
98
+
This helps us to illustrate the results without needing to run overly long MCMC chains:
0 commit comments