| DistrList-class {distr} | R Documentation |
Create a list of distributions
Objects can be created by calls of the form new("DistrList", ...).
More frequently they are created via the generating function
DistrList.
.Data:"list".
A list of distributions.
Class "list", from data part.
Class "vector", by class "list".
signature(object = "DistrList")signature(object = "DistrList")signature(from = "Distribution", to = "DistrList"):
create a "DistrList" object from a "Distribution" objectMatthias Kohl Matthias.Kohl@stamats.de
(DL <- new("DistrList", list(Norm(), Exp())))
plot(DL)
as(Norm(), "DistrList")