You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oh that's great because i've been trying to work with the package for my code with a customized distribution here: (https://github.com/marouanehanhasse/Quantum_Relay/blob/master/src/distributions.jl) where everything is defined for my model and i have a log target function that is defined like this : target(x::Vector)= log(qrs.prob(qq, x, mask_q1)) + log(qrs.prob(x)) where qq,mask_q1 are vectors or arrays as x but i don't really know hoe to do it in my case
I actually have one question, does AdvancedMH supports customized distributions?
The text was updated successfully, but these errors were encountered: