evaluation stand

This commit is contained in:
toni
2016-05-04 10:32:28 +02:00
parent ce1a1b4d99
commit e3d7e83159
9 changed files with 66 additions and 62 deletions

View File

@@ -33,11 +33,11 @@ Then the backward step for determining the smoothing distribution is carried out
The weights are obtained through the backward recursion in line 9.
\commentByFrank{mir (als laie) wird nicht klar: mache ich erst alle forwaertsschritte (also alles bis zum pfadende durchlaufen) und gehe dann von da rueckwaerts (so klingts etwas im text), oder gehe ich nach jedem forwartsschritt rueckwarts (so klingts im pseudocode)}
\begin{algorithm}[t]
\caption{Forward-Backward Smoother
\commentByFrank{reihenfolge von $ \{ W^i_t, \vec{X}^i_t\}^N_{i=1}$ war oben andersrum. ned schlimm. nur wegen konsistenz :P}
}
\commentByFrank{reihenfolge von $\{ W^i_t, \vec{X}^i_t\}^N_{i=1}$ war oben andersrum. ned schlimm. nur wegen konsistenz :P}
\label{alg:forward-backwardSmoother}
\begin{algorithm}[t]
\caption{Forward-Backward Smoother}
\begin{algorithmic}[1] % The number tells where the line numbering should start
\For{$t = 1$ \textbf{to} $T$} \Comment{Filtering}
\State{Obtain the weighted trajectories $ \{ W^i_t, \vec{X}^i_t\}^N_{i=1}$}