Skip to content

Commit

Permalink
update markdown with review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leachim committed Apr 8, 2021
1 parent 4211818 commit 4be4bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown/04-hidden-markov-model/04_hidden-markov-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's load the libraries we'll need. We also set a random seed (for reproducibil

```julia
# Load libraries.
using Turing, Plots, Random, StatsPlots
using Turing, StatsPlots, Random

# Turn off progress monitor.
Turing.setprogress!(false);
Expand Down Expand Up @@ -167,7 +167,7 @@ plot(subchain,


A cursory examination of the traceplot above indicates that all three chains converged to something resembling
stationary. We can use the diagnostic functions provided by [MCMCChain](https://github.com/TuringLang/MCMCChain.jl) to engage in some more formal tests, like the Heidelberg and Welch diagnostic:
stationary. We can use the diagnostic functions provided by [MCMCChains](https://github.com/TuringLang/MCMCChains.jl) to engage in some more formal tests, like the Heidelberg and Welch diagnostic:

```julia

Expand Down

0 comments on commit 4be4bca

Please sign in to comment.