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
Sometimes we send pdf messages and need to evaluate the expectation statistics of these un-normalized pdf messages. Under the assumption that these messages are integrable, we resort to importance sampling to compute the expectations. Consequently, a user might need to define a function function ReactiveMP.mean_var(p::ReactiveMP.ContinuousMultivariateLogPdf) of this sort. Augmenting the ReactiveMP.ContinuousUnivariateLogPdf with an additional importance distribution would allow us to write a generic function to compute the expectation statistics. Very roughly, the function would look like this.
Sometimes we send pdf messages and need to evaluate the expectation statistics of these un-normalized pdf messages. Under the assumption that these messages are integrable, we resort to importance sampling to compute the expectations. Consequently, a user might need to define a function
function ReactiveMP.mean_var(p::ReactiveMP.ContinuousMultivariateLogPdf)
of this sort. Augmenting theReactiveMP.ContinuousUnivariateLogPdf
with an additional importance distribution would allow us to write a generic function to compute the expectation statistics. Very roughly, the function would look like this.The text was updated successfully, but these errors were encountered: