DistrList-class
From distr v2.6
by Peter Ruckdeschel
List of distributions
Create a list of distributions
- Keywords
- distribution, list
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
See Also
Examples
(DL <- new("DistrList", list(Norm(), Exp())))
plot(DL)
as(Norm(), "DistrList")
Community examples
Looks like there are no examples yet.