Learn R Programming

MHMM (version 1.0.0)

mhmmparam-class: Constructor of '>mhmmparam class

Description

K

numeric. Number of classes.

M

numeric. Number of latent states (activity levels).

A

list. Matrices of the transition probailities for each class.

delta

numeric. Proportions of the classes.

pi

matrix. Probabilities of the latent states per class (stationary distribution of the Markov chains).

lambda

list. Parameters of the emission laws (eps: proportions of the zero-inflated component, a: shapes of the gamma distributions, b: rates of the gamma distributions)

Arguments

Examples

Run this code
# NOT RUN {
  getSlots("mhmmparam")

# }

Run the code above in your browser using DataLab