MultivarMixingDistribution {distrEllipse} | R Documentation |
Generating function for Class "MultivarMixingDistribution"
Description
Generates an object of class "MultivarMixingDistribution"
.
Usage
MultivarMixingDistribution(..., Dlist, mixCoeff
)
Arguments
... |
Objects of class |
Dlist |
an optional list or object of class |
mixCoeff |
Objects of class |
Details
If mixCoeff
is missing, all elements in ...
are equally weighted.
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.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
MultivarMixingDistribution-class
Examples
mylist <- MultivarMixingDistribution(Binom(3,.3), Dirac(2), Norm(),
mixCoeff=c(1/4,1/5,11/20))