contDist-class {tileHMM} | R Documentation |
Class for continuous probability distributions.
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.
components
:"matrix"
with one row for each mixture component
and a column for each of mixture weight, location parameter and dispersion parameter.
Class "dist"
, directly.
No methods defined with class "dist" in the signature.
Peter Humburg
showClass("contDist")