MultivarMixingDistribution: Generating function for Class "MultivarMixingDistribution"
Description
Generates an object of class "MultivarMixingDistribution".
Usage
MultivarMixingDistribution(..., Dlist, mixCoeff
)
Value
Object of class "MultivarMixingDistribution", or if
argument withSimplify is TRUE and the resulting
object would have one mixing component with probability (almost) 1,
MultivarMixingDistribution will return this component.
Arguments
...
Objects of class "MultivariateDistribution" (or subclasses)
Dlist
an optional list or object of class "MultivarDistrList";
if not missing it is appended to argument ...; this way
MultivarMixingDistribution may also be called with a list (or
"MultivarDistrList"-object) as argument as suggested in an e-mail
by Krunoslav Sever (thank you!)
mixCoeff
Objects of class "numeric" : a vector of
probabilities for the mixing components (must be of same length as
arguments in ...).