Learn R Programming

tileHMM (version 1.0-2)

discDist-class: Class "discDist"

Description

Class for discrete probability distributions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("discDist", alpha, prob, dstr). Either alpha and prob or dstr have to be provided. The resulting object represents a discrete probability distribution over alphabet alpha where the probabilities for individual symbols are given by prob.

Extends

Class "dist", directly.

See Also

contDist, tDist

Examples

Run this code
showClass("discDist")

Run the code above in your browser using DataLab