distrEx (version 1.8)

UnivarDistrList-class: List of univariate distributions

Description

Create a list of univariate distributions

Arguments

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

Run this code
(DL <- new("UnivarDistrList", list(Norm(), Exp())))
plot(DL)
as(Norm(), "UnivarDistrList")

Run the code above in your browser using DataCamp Workspace