Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible initialization error in Viterbi algorithm #2

Open
louisabraham opened this issue Jan 19, 2020 · 0 comments
Open

Possible initialization error in Viterbi algorithm #2

louisabraham opened this issue Jan 19, 2020 · 0 comments

Comments

@louisabraham
Copy link

louisabraham commented Jan 19, 2020

Hi, I think it should be delta[1, j]

for (j in 1:K)
delta[1, K] = normal_lpdf(y[1] | mu[j], sigma[j]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant