JuliaStats / Klara.jl

MCMC inference in Julia
Other
166 stars 38 forks source link

Monitoring Metropolis-Hastings Internal Quantities #173

Open remoore opened 6 years ago

remoore commented 6 years ago

I would like to be able to monitor the samples proposed by the Metropolis-Hastings algorithm and the corresponding values for the target and proposal densities. Is it possible for me to access these quantities?

Cheers

Rob