diff --git a/jupyter/The Art of Memory Loss.html b/jupyter/The Art of Memory Loss.html index 85345fc..0a151ee 100644 --- a/jupyter/The Art of Memory Loss.html +++ b/jupyter/The Art of Memory Loss.html @@ -15534,9 +15534,9 @@ $$
-

Da die Übergangswahrscheinlichkeiten zum Zeitpunkt $t$ nur von $X_t$ abhängen, schreiben wir kurzerhand

+

Da die Übergangswahrscheinlichkeiten von Zeitpunkt $t$ zu Zeitpunkt $t+1$ nur von $X_t$ abhängen, schreiben wir kurzerhand

$$ -P(X_t = R | X_{t-1} = L) = P(L \to R) = m_{L R} +P(X_{t+1} = R | X_{t} = L) = P(L \to R) = m_{L R} $$
@@ -15568,7 +15568,7 @@ $$

Wir schreiben die Wahrscheinlichkeiten, dass der Frosch zum Zeitpunkt $t$ in $L$ oder $R$ ist, als Vektoren.

$$ -X_0 = \begin{pmatrix}1 \\ 0\end{pmatrix} +X_0 = \begin{pmatrix}1 & 0\end{pmatrix} $$
@@ -15582,165 +15582,240 @@ $$

Ein Zeitschritt $t=0 \to t=1$ verändert die Verteilung gemäß $M$:

$$ -X_0 = \begin{pmatrix}1 \\ 0\end{pmatrix} \to \begin{pmatrix}1-p \\ p \end{pmatrix} = X_1 +X_0 = \begin{pmatrix}1 & 0\end{pmatrix} \to \begin{pmatrix}1-p & p \end{pmatrix} = X_1 $$
-
-
- - -
- -
-
+
-
- - - - -
-
-
-
+ + + + + + - -