stan-dev / example-models

Example models for Stan
http://mc-stan.org/
772 stars 479 forks source link

HMM fix #158

Closed imadmali closed 4 years ago

imadmali commented 4 years ago

There are some minor issues with the HMM example models. One of the models defines a variable called best_total_logp that is never used and there are some deprecated features that are used (e.g. assignment operators). The purpose of this pull request is to fix these issues.

Note that the definition of best_total_logp also occurs in the documentation but I am not sure which repository that is created in and where that should be fixed.

imadmali commented 4 years ago

@bob-carpenter where is the Stan User's Guide documentation generated? (The best_total_logp declaration also needs to be fixed there.)

imadmali commented 4 years ago

Never mind. I found it (stan-dev/docs)👌