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
We should have an automatic fallback for when the prior is not Gaussian: f(x) * p(x) -> (f(x) * p(x)) / q(x) * q(x) where q(x) is MvNormal
We can of course have the default q(x) = N(0, I) but there are easy heuristics to get a better proposal given p(x)
The text was updated successfully, but these errors were encountered:
We should have an automatic fallback for when the prior is not Gaussian:
f(x) * p(x) -> (f(x) * p(x)) / q(x) * q(x)
whereq(x)
is MvNormalWe can of course have the default
q(x) = N(0, I)
but there are easy heuristics to get a better proposal givenp(x)
The text was updated successfully, but these errors were encountered: