From c0a901e18f8fea140f9a25e8a00c44cb36cad65e Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Tue, 10 Jul 2018 22:55:45 +0200
Subject: [PATCH] Fix in ipynb

---
 demos/Wiener_Filter.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demos/Wiener_Filter.ipynb b/demos/Wiener_Filter.ipynb
index df369506d..f6ec32a69 100644
--- a/demos/Wiener_Filter.ipynb
+++ b/demos/Wiener_Filter.ipynb
@@ -58,7 +58,7 @@
     "### Posterior\n",
     "The Posterior is given by:\n",
     "\n",
-    "$$\\mathcal P (s|d) \\propto P(s,d) = \\mathcal G(d-Rs,N) \\,\\mathcal G(s,S) \\propto \\mathcal G (m,D) $$\n",
+    "$$\\mathcal P (s|d) \\propto P(s,d) = \\mathcal G(d-Rs,N) \\,\\mathcal G(s,S) \\propto \\mathcal G (s-m,D) $$\n",
     "\n",
     "where\n",
     "$$\\begin{align}\n",
-- 
GitLab