Minor changes

This commit is contained in:
Loic Guegan 2023-10-14 16:46:10 +02:00
parent 7d0c4ce69f
commit 045ba02b67
2 changed files with 12 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
env/ env/
build/ build/
*\#*

View file

@ -1,4 +1,13 @@
Introduction 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`.