evaluation stand
This commit is contained in:
@@ -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}$}
|
||||
|
||||
Reference in New Issue
Block a user