Learn R Programming

tileHMM (version 1.0-2)

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.

Extends

Class "dist", directly.

Methods

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

See Also

tDist, discDist

Examples

Run this code
showClass("contDist")

Run the code above in your browser using DataLab