README.md

Baum-Welch

R package of manual implementation of Baum-Welch algorithm

Installation

Run the following command from RStudio console

devtools::install_github('arr15334/BaumWelch')

And then load the library using

library(baumw)

Usage

hmm = BaumWelch(visible, transitionMatrix, emissionMatrix, initial_distribution, iterations)

This will return a list containing the estimations of the transition and emission matrices.



arr15334/BaumWelch documentation built on Jan. 23, 2022, 1:30 a.m.