| MultivarDistrList-class | R Documentation |
Create a list of multivariate distributions
Objects can be created by calls of the form new("MVDistrList", ...).
More frequently they are created via the generating function
MultivarDistrList.
.Data:Object of class "list".
A list of multivariate distributions of the same dimension.
Class "DistrList", directly.
Class "list", by class "DistrList".
Class "vector", by class "DistrList".
signature(from = "MultivariateDistribution", to = "MultivarDistrList"):
create a MultivarDistrList object from a univariate distribution
dim of the range space.
synonym to dimension.
In fact, class "MultivarDistrList" is an inbetween class between
class "DistrList" and class "UnivarDistrList", which is
a case for setIs, but we would have to modify the metadata
information in package distr to realize this. So we introduce
a new (sister) class "MVDistrList" which implements strictly
lists of multivariate distributions, and which together with
"UnivarDistrList" is a subclass of the common class union
class "MultivarDistrList".
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
MultivarDistrList, DistrList-class,
MultivariateDistribution-class
(DL1 <- MultivarDistrList(Norm(), Exp(), Pois()))
(DL2 <- MultivarDistrList(MVNorm(),
EllipticalDistribution(radDistr=Exp(), loc=c(1,2),
scale=diag(c(3,1))),MVt()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.