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
Good catch, it should really use insupport(product, x) instead of x ∈ support(product). The reason for this change was due to the fact its not always possible to create a support object (legacy from Distribuitions.jl, where they don't support infinite discrete ranges). So whenever possible, we should use insupport(distribution, x) instead. insupport should be properly defined for all members in ExponentialFamily.jl.
we probably overlooked this place when the change was introduced
Right now, if someone will try to run an EM like inference on an edge with multivariate incoming messages in RxInfer he will obtain an error like this
The text was updated successfully, but these errors were encountered: