Skip to content

Commit 8f9ae40

Browse files
Merge remote-tracking branch 'ricardoV94/marginalize_hmm' into marginalize_hmm
2 parents a6e79e0 + 02d4ed6 commit 8f9ae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/marginal_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def eval_logp(x):
536536
chain_dummy: pt.moveaxis(pt.broadcast_to(domain, (*values[0].shape, domain.size)), -1, 0)
537537
}
538538

539-
# This is a (k, T) matrix of logp terms, one for each state - observation pair
539+
# This is a (k, T) matrix of logp terms, one for each state - emission pair
540540
vec_logp_emission = vectorize_graph(tuple(logp_value_dict.values()), sub_dict)
541541

542542
# Step 2: Compute the transition probabilities

0 commit comments

Comments
 (0)