Learn R Programming

tileHMM (version 1.0-7)

contDist-class: Class "contDist"

Description

Class for continuous probability distributions.

Arguments

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.

See Also

tDist, discDist

Examples

Run this code
showClass("contDist")

Run the code above in your browser using DataLab