List of distributions
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
Object of class "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"
object
Matthias Kohl Matthias.Kohl@stamats.de
(DL <- new("DistrList", list(Norm(), Exp()))) plot(DL) as(Norm(), "DistrList")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.