Minor changes
This commit is contained in:
parent
3c9df22a52
commit
42af7c4f84
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue