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
<divclass="fs-4 fw-bold pb-1">Composability with Julia</div>
124
124
125
125
As Turing.jl models are simply Julia functions under the hood, they can contain arbitrary Julia code.
126
+
This allows users to draw on the rich numerical and scientific computing ecosystem of Julia.
126
127
127
-
For example, [differential equations](https://turinglang.org/docs/tutorials/bayesian-differential-equations/)can be added to a model using the `DifferentialEquations.jl` Julia package.
128
+
In the example here, we define an [ordinary differential equations](https://turinglang.org/docs/tutorials/bayesian-differential-equations/) using the `DifferentialEquations.jl` Julia package and use it in a Turing.jl model.
0 commit comments