MarkovMix-class: MarkovMix class

MarkovMix-classR Documentation

MarkovMix class

Description

An object of class MarkovMix is a list containing the following components:

counts

Numeric matrix containing soft counts of sub-sequence patterns in each component. For (non-mixture) Markov chains, the matrix contains only 1 column and counts are actually integers, but they are still stored as numeric values.

order

Integer (1L) as the order of (mixture) Markov chain(s).

states

Vector as the states in the (mixture) Markov chain(s).

Note

Change log:

  • 0.1.0 Xiurui Zhu - Initiate the class.

Author(s)

Xiurui Zhu


markovmix documentation built on May 29, 2024, 10:41 a.m.