TuringLang / ParetoSmooth.jl

An implementation of PSIS algorithms in Julia.
http://turinglang.org/ParetoSmooth.jl/
MIT License
19 stars 12 forks source link

Fix dimensions in pointwise_log_likelihoods and add dimension warning #17

Closed itsdfish closed 3 years ago

itsdfish commented 3 years ago

Hi @ParadaCarleton,

Here is a fix and a check for the correct dimensions of the mcmc array. This should hold us over until I have time to compare Turing to Stan in R.