contDist-class {tileHMM}R Documentation

Class "contDist"

Description

Class for continuous probability distributions.

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

No methods defined with class "dist" in the signature.

Author(s)

Peter Humburg

See Also

tDist, discDist

Examples

showClass("contDist")

[Package tileHMM version 1.0-2 Index]