From 5ff87c07aa8c65116fd07707b718f467bc50920b Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Tue, 13 Jun 2023 09:56:01 +0200 Subject: [PATCH] Update --- jupyter/The Art of Memory Loss.html | 412 ++++++++++++++++++--------- jupyter/The Art of Memory Loss.ipynb | 240 +++++----------- 2 files changed, 345 insertions(+), 307 deletions(-) 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 @@ $$
@@ -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 $$
-
- - -
-
+ - -