List of univariate distributions
Create a list of univariate distributions
Objects can be created by calls of the form new("UnivarDistrList", ...)
.
More frequently they are created via the generating function
DistrList
.
.Data
Object of class "list"
.
A list of univariate distributions.
Class "DistrList"
, directly.
Class "list"
, by class "DistrList"
.
Class "vector"
, by class "DistrList"
.
signature(from = "UnivariateDistribution", to = "UnivarDistrList")
:
create a UnivarDistrList
object from a univariate distribution
Matthias Kohl Matthias.Kohl@stamats.de
(DL <- new("UnivarDistrList", list(Norm(), Exp()))) plot(DL) as(Norm(), "UnivarDistrList")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.