The marginal of a mixture is itself a mixture of the component marginals
with the same mixing weights:
p(xI)=∑kwkpk(xI).
Arguments
- x
A mixture object.
- indices
Integer vector of variable indices to keep.
Value
A mixture object with marginalized components.
Details
Requires all components to support marginal.