Analysis on result of `AbstractMCMC.sample`
Julia Programming Language
Analysis on result of `AbstractMCMC.sample`
Hi, I have 2 questions. Say I’m using the MALA sampler from AdvancedMH.jl, I think the following is the easiest way to compute the acceptance %, is that correct or is there some other method? Second question is regarding the return value, I get a vector of AdvancedMH.GradientTransition back from sample; is there a better way to convert to MCMCChains.Chain? (I can’t just use chain_type=Chains in sample because it seems then it’s not possible to use AbstractMCMC.getstats(t).accepted to calculate a...
Hi, I have 2 questions. Say I’m using the MALA sampler from AdvancedMH.jl, I think the following is the easiest way to compute the acceptance %, is that correct or is there some…
0 comments
No comments yet.