From 42af7c4f84ef5255289049c27b7b36dcfdee7620 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 17 Oct 2023 08:46:29 +0200 Subject: [PATCH] Minor changes --- source/statistics/bayes_theorem.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/statistics/bayes_theorem.rst b/source/statistics/bayes_theorem.rst index c8522a1..7168423 100644 --- a/source/statistics/bayes_theorem.rst +++ b/source/statistics/bayes_theorem.rst @@ -14,11 +14,11 @@ that might be related to the event. To compute :math:`P(A|B)`, in other words, the probability of the event :math:`A` to happen, knowing that :math:`B` already happen, the following drawing can be used: -.. figure:: figures/bayes_theorem.svg +.. image:: figures/bayes_theorem.svg :align: center :width: 400px - :math:`\,` +| The red area represents :math:`P(B)=a3+a4`. Thus, to compute :math:`P(A|B)` we do: