forward_HMM: HMM forward algorithm

View source: R/forward_HMM.R

forward_HMMR Documentation

HMM forward algorithm

Description

HMM forward algorithm

Usage

forward_HMM(P, E, v, y, s)

Arguments

P

A transition prob matrix

E

An emission probability matrix

v

An initial state distribution

y

vector of observed states

s

dim of hidden state space


jcorrett/stats230.Rpackage documentation built on March 21, 2022, 5:36 a.m.