Learn R Programming

HiddenMarkov (version 1.8-14)

Hidden Markov Models

Description

Contains functions for the analysis of Discrete Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated Poisson Process. It includes functions for simulation, parameter estimation, and the Viterbi algorithm. See the topic "HiddenMarkov" for an introduction to the package, and "Change Log" for a list of recent changes. The algorithms are based of those of Walter Zucchini.

Copy Link

Version

Install

install.packages('HiddenMarkov')

Monthly Downloads

1,546

Version

1.8-14

License

GPL (>= 2)

Maintainer

David Harte

Last Published

January 28th, 2025

Functions in HiddenMarkov (1.8-14)

dthmm

Discrete Time HMM Object (DTHMM)
logLik

Log Likelihood of Hidden Markov Model
mchain

Markov Chain Object
mmglm-2nd-level-functions

Markov Modulated Generalised Linear Model - 2nd Level Functions
forwardback

Forward and Backward Probabilities of DTHMM
mmglm

Markov Modulated GLM Object
bwcontrol

Control Parameters for Baum Welch Algorithm
compdelta

Marginal Distribution of Stationary Markov Chain
summary

Summary of Hidden Markov Model
mmpp-2nd-level-functions

Markov Modulated Poisson Process - 2nd Level Functions
mmpp

Markov Modulated Poisson Process Object
probhmm

Conditional Distribution Function of DTHMM
neglogLik

Negative Log-Likelihood
Viterbi

Viterbi Algorithm for Hidden Markov Model
Transform-Parameters

Transform Transition or Rate Matrices to Vector
residuals

Residuals of Hidden Markov Model
simulate

Simulate Hidden Markov Process
HiddenMarkov-defunct

Defunct Functions in Package HiddenMarkov
HiddenMarkov-dthmm-deprecated

Discrete Time HMM - Deprecated Functions
HiddenMarkov-package

Overview of Package HiddenMarkov
HiddenMarkov-internal

Internally Used Functions
Demonstration

Demonstration Examples
BaumWelch

Estimation Using Baum-Welch Algorithm
Estep

E-Step of EM Algorithm for DTHMM
HiddenMarkov-mmpp-deprecated

Markov Modulated Poisson Process - Deprecated Functions
Change Log

Changes Made to Package HiddenMarkov
Mstep

M-Step of EM Algorithm for DTHMM