theogf / Turkie.jl

Turing + Makie = Turkie
MIT License
68 stars 6 forks source link

Allow for Vector of parameters and use Turing as dependency #22

Closed theogf closed 3 years ago

theogf commented 3 years ago

This uses _params_to_array from Turing to convert parameters of the type m ~ MvNormal to m[1], m[2], .... This means the dependency is now on Turing directly. Also the variables are stored as a NamedTuple in order to save the order of the parameters