Example error

4 views
Skip to first unread message

xmoo...@googlemail.com

unread,
Aug 10, 2013, 3:08:58 AM8/10/13
to accor...@googlegroups.com
I am trying the first example in the documentation.

http://accord-net.github.io/docs/html/T_Accord_Statistics_Models_Markov_Learning_BaumWelchLearning_1.htm

There are 2 errors:

1. "new" is missing on line:

NormalDistribution density = NormalDistribution();
should this be?:
NormalDistribution density = new NormalDistribution();

2. The outputs (likelihoods) do not match commenst in code

l1: -0.127993886661098 l2: 0.0117115743440019 l3: -298.746524447342

Can someone help?

César

unread,
Aug 10, 2013, 8:21:39 AM8/10/13
to accor...@googlegroups.com
Thanks for reporting! I am correcting the documentation right now. For some time now the outputs have been changed to be reported in log-likelihoods rather than likelihoods, and I must have forgotten to update this example since then.

Regards,
Cesar
Reply all
Reply to author
Forward
0 new messages