Skip to content

Commit 819f17b

Browse files
committed
More fixes
1 parent 3f35e03 commit 819f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/hidden-markov-models/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The priors on our transition matrix are noninformative, using `T[i] ~ Dirichlet(
9696
N = length(y)
9797
9898
# State sequence.
99-
s = tzeros(Int, N)
99+
s = zeros(Int, N)
100100
101101
# Emission matrix.
102102
m = Vector(undef, K)

0 commit comments

Comments
 (0)