From 1b2a762355fb2e03220e411d8c5a0464ae1cafb3 Mon Sep 17 00:00:00 2001 From: Daniel Runge Petersen Date: Fri, 20 Dec 2024 13:43:56 +0100 Subject: [PATCH] fix typo --- report/src/sections/02-preliminaries.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/src/sections/02-preliminaries.tex b/report/src/sections/02-preliminaries.tex index 1a7645a..4b3b617 100644 --- a/report/src/sections/02-preliminaries.tex +++ b/report/src/sections/02-preliminaries.tex @@ -283,7 +283,7 @@ \subsubsection{Parameter Update} \label{eq:omega} \end{equation} -The numerator sums $\gamma_s(t)$ for all time steps $t$ where the observed value $o_t = o$., meaning the model is in state $s$ and emits the observation $o$. +The numerator sums $\gamma_s(t)$ for all time steps $t$ where the observed value $o_t = l$., meaning the model is in state $s$ and emits the observation $l$. The denominator sums $\gamma_s(t)$ for all time steps $t$ where the model is in a given state $s$.