JasonPekos / TuringPosteriorDB.jl

MIT License
0 stars 0 forks source link

Possible extension: model with discrete parameters #11

Open JasonPekos opened 4 months ago

JasonPekos commented 4 months ago

Stan cannot fit models with discrete parameters, so every model in Stan is either naturally continuous or marginalized. If we want to use this to test samplers, it might be useful to write up a smaller subdirectory src/extension_models or something which contains models that have discrete components, to test gibbs sampling, smc, automatic marginalization, and things like that.

torfjelde commented 4 months ago

A comment on this:

With all that being said, it's technically possible to achieve these things in Turing.jl, so might be things to consider for the faaaar off future:)