From 8db21d450774e4ca25043af72214c071fa0e00fc Mon Sep 17 00:00:00 2001
From: Ana Costa <29195893+anacost@users.noreply.github.com>
Date: Fri, 24 Aug 2018 14:06:11 +0200
Subject: [PATCH 1/2] small correction in eq in slide 30
---
doc/pub/Statistics/html/Statistics.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/pub/Statistics/html/Statistics.html b/doc/pub/Statistics/html/Statistics.html
index 69ed6b58c..174b6ceeb 100644
--- a/doc/pub/Statistics/html/Statistics.html
+++ b/doc/pub/Statistics/html/Statistics.html
@@ -1183,7 +1183,11 @@
Meet the covariance, uncorrelated events
If \( X_i \) and \( X_j \) are independent, we get
$$
\langle x_i x_j\rangle =
-\langle x_i\rangle\langle x_j\rangle=\mathrm{Cov}(X_i, X_j) = 0\ \ (i\neq j).
+\langle x_i\rangle\langle x_j\rangle
+$$
+and
+$$
+\mathrm{Cov}(X_i, X_j) = 0\ \ (i\neq j).
$$
From 0e70bd645e3be008ea7eb042097f75d9fac8ee6b Mon Sep 17 00:00:00 2001
From: Ana Costa <29195893+anacost@users.noreply.github.com>
Date: Fri, 24 Aug 2018 14:12:23 +0200
Subject: [PATCH 2/2] better correction of equation in slide 30
---
doc/pub/Statistics/html/Statistics.html | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/pub/Statistics/html/Statistics.html b/doc/pub/Statistics/html/Statistics.html
index 174b6ceeb..44113f385 100644
--- a/doc/pub/Statistics/html/Statistics.html
+++ b/doc/pub/Statistics/html/Statistics.html
@@ -1182,12 +1182,8 @@ Meet the covariance, uncorrelated events
If \( X_i \) and \( X_j \) are independent, we get
$$
-\langle x_i x_j\rangle =
-\langle x_i\rangle\langle x_j\rangle
-$$
-and
-$$
-\mathrm{Cov}(X_i, X_j) = 0\ \ (i\neq j).
+\langle x_i x_j\rangle -
+\langle x_i\rangle\langle x_j\rangle=\mathrm{Cov}(X_i, X_j) = 0\ \ (i\neq j).
$$