UnivarDistrList-class
From distrEx v0.4-2
by Matthias Kohl
List of univariate distributions
Create a list of univariate distributions
- Keywords
- classes, distribution, list
Objects from the Class
Objects can be created by calls of the form new("UnivarDistrList", ...)
.
More frequently they are created via the generating function
DistrList
.
Extends
Class "DistrList"
, directly.
Class "list"
, by class "DistrList"
.
Class "vector"
, by class "DistrList"
.
See Also
UnivarDistrList
, DistrList-class
,
UnivariateDistribution-class
Examples
(DL <- new("UnivarDistrList", list(Norm(), Exp())))
plot(DL)
as(Norm(), "UnivarDistrList")
Community examples
Looks like there are no examples yet.