Skip to content

Commit 02d4ed6

Browse files
Update pymc_experimental/marginal_model.py
observation -> emission in comments Co-authored-by: Ricardo Vieira <[email protected]>
1 parent daf76ba commit 02d4ed6

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
@@ -537,7 +537,7 @@ def eval_logp(x):
537537
chain_dummy: pt.moveaxis(pt.broadcast_to(domain, (*values[0].shape, domain.size)), -1, 0)
538538
}
539539

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

543543
# Step 2: Compute the transition probabilities

0 commit comments

Comments
 (0)