
Generates an object of class "UnivarDistrList"
.
UnivarDistrList(..., Dlist)
Object of class "UnivarDistrList"
Objects of class "UnivariateDistribution"
(or subclasses)
an optional list or object of class "UnivarDistrList"
;
if not missing it is appended to argument ...
; this way
UnivarMixingDistribution
may also be called with a list (or
"UnivarDistrList"
-object) as argument as suggested in an e-mail
by Krunoslav Sever (thank you!)
Matthias Kohl Matthias.Kohl@stamats.de
DistrList-class
, UnivarDistrList-class
,
UnivarDistrList
(DL <- UnivarDistrList(Norm(), Exp(), Pois()))
plot(DL)
as(Norm(), "UnivarDistrList")
## The function is currently defined as
function(...){
new("UnivarDistrList", list(...))
}
Run the code above in your browser using DataLab