DynamicHMCExamples.jl
DynamicHMCExamples.jl copied to clipboard
Examples for Bayesian inference using DynamicHMC.jl and related packages.
# TODO - [ ] write an introduction (is this indirect inference?) - [ ] document the motivation and how the model works (is it basically the one in the...
Tamas, I was wondering if you would mind to take a look at [m10.04d.jl](https://github.com/StanJulia/StatisticalRethinking.jl/blob/master/scripts/10/m10.04d.jl)? Until chapter 10 in StatisticalRethinking.jl I've had no trouble adding the DynamicHMC versions in addition to...
The documentation should have a section on making models run fast, in particular 1. paying attention to effective sample size, and model transformations 2. using a different AD framework (reverse...
This pull request changes the compat entry for the `ForwardDiff` package from `0.10` to `0.10, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...