Predict from a VCMoE fit
predict.vcmoe.RdReturns fitted means, component-specific means, posterior probabilities, or gating probabilities.
Details
For Gaussian fits, type = "component" returns component-specific means
and type = "mean" returns the posterior-weighted fitted mean. For
Binomial fits, type = "component" returns component-specific success
probabilities and type = "mean" returns the marginal success
probability. For Negative-Binomial fits, type = "component" returns
component-specific mean counts and type = "mean" returns the marginal
mean count.