Rcpp_baum_welch: Implementation of Baum Welch to get parameters for HMM

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Implementation of Baum Welch to get parameters for HMM

Usage

1
2
Rcpp_baum_welch(states, symbols, pi, A, B, obs, n_iter = 100L,
  delta = 1e-09)

Arguments

states

possible states

symbols

possible observations

pi

starting points of states

A

state transistion probability matrix

B

emission probability

obs

observations

Value

estimates of transision prob (A) and emission prob (B)


jonotuke/HMMCPP documentation built on May 19, 2019, 8:34 p.m.