distr (version 2.8.0)

DistrList-class: List of distributions

Description

Create a list of distributions

Arguments

Objects from the Class

Objects can be created by calls of the form new("DistrList", ...). More frequently they are created via the generating function DistrList.

Slots

.Data

Object of class "list". A list of distributions.

Extends

Class "list", from data part.
Class "vector", by class "list".

Methods

show

signature(object = "DistrList")

plot

signature(object = "DistrList")

coerce

signature(from = "Distribution", to = "DistrList"): create a "DistrList" object from a "Distribution" object

Author

Matthias Kohl Matthias.Kohl@stamats.de

See Also

DistrList, Distribution-class

Examples

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

Run the code above in your browser using DataCamp Workspace