From 9e589024ff4785b2be57ff93196b68cf9b8955f7 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Fri, 3 Apr 2026 00:21:45 +0200 Subject: [PATCH] Define uncorrelatedness --- D/cov.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/D/cov.md b/D/cov.md index 6dec151a..ed6f33b0 100644 --- a/D/cov.md +++ b/D/cov.md @@ -31,4 +31,6 @@ username: "JoramSoch" $$ \label{eq:cov} \mathrm{Cov}(X,Y) = \mathrm{E}\left[ (X-\mathrm{E}[X]) (Y-\mathrm{E}[Y]) \right] \; . -$$ \ No newline at end of file +$$ + +Variables with a covariance of zero are called uncorrelated.