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
For Distributions in the exponential family, e.g. MvNormal and GenericMvTDist, the marginal can be computed simply by dropping the parameters of the marginalised variates (Wikipedia).
So we can add a marginalize method for these cases which uses the lookup syntax (#3) under the hood. This would just be for clarity.
For
Distribution
s in the exponential family, e.g.MvNormal
andGenericMvTDist
, the marginal can be computed simply by dropping the parameters of the marginalised variates (Wikipedia).So we can add a
marginalize
method for these cases which uses the lookup syntax (#3) under the hood. This would just be for clarity.MWE:
The text was updated successfully, but these errors were encountered: