Objects from the Class
Objects can be created by calls of the form new("contDist", weight, center, disp)
.
These objects represent a continuous probability distribution as a mixture of one or more
elementary distributions.Slots
components
:- Object of class
"matrix"
with one row for each mixture component
and a column for each of mixture weight, location parameter and dispersion parameter.
Extends
Class "dist"
, directly.Methods
- show
signature(object = "contDist")
: Print summary of contDist object.