foralg: Execute the forward algorithm

Description Usage Arguments

View source: R/RcppExports.R

Description

Execute the forward algorithm

Usage

1
foralg(n, N, foo, gamma, allprobs)

Arguments

n

The length of the timeseries.

N

The number of states in the HMM.

foo

The initial state distributions (delta).

gamma

The transition probability matrix.

allprobs

As outputted by the funtions norm_allporbs


simonecollier/lizardHMM documentation built on Dec. 23, 2021, 2:24 a.m.