distr (version 2.0.6)

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.

Extends

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

concept

  • multivariate distribution
  • S4 distribution class

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