Search found 1 match

by hina12
Tue Jan 10, 2017 11:11 am
Forum: General
Topic: script R
Replies: 1
Views: 2692

script R

Hello everyone

I try to write a script in R on the progressive algorithm of Baum Welch.

I have this data:
n = 10 et X(n) = (1, 3, 2, 4, 1, 4, 1, 3, 2, 4).
the initial law : µ1=(0.3, 0.6, 0.1)

the transition matrix Π1
0.3 0.2 0.5
0.3 0.4 0.3
0.3 0.3 0.4

the emission matrix p1
0.3 0.2 0.2 0.3 ...