From 045ba02b671d699ebf1a80b9c6667b9c46659f44 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 14 Oct 2023 16:46:10 +0200 Subject: [PATCH] Minor changes --- .gitignore | 3 ++- source/statistics/introduction.rst | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64fe83a..06366aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ env/ -build/ \ No newline at end of file +build/ +*\#* \ No newline at end of file diff --git a/source/statistics/introduction.rst b/source/statistics/introduction.rst index 28fb145..0d968fa 100644 --- a/source/statistics/introduction.rst +++ b/source/statistics/introduction.rst @@ -1,4 +1,13 @@ Introduction ================== -dd +Metrics +---------------- + +* **Expected value/Espérance**: Noted :math:`\mathbb{E}[X]`, is a **theorical value**. For example, when playing coin + flipping, the expected value for getting heads or tails is 0.5. + +Variance +^^^^^^^^^^^^^^ + +Variance can be seen as the expected squared deviation from the mean of a random variable :math:`X`.