Minor changes
This commit is contained in:
parent
20ca824663
commit
9e279ad51d
1 changed files with 18 additions and 2 deletions
|
@ -39,7 +39,23 @@ Two different notation conventions are used. The one to use depends if you are w
|
|||
Operators
|
||||
==========
|
||||
|
||||
Var esperance etc.. + remove in metrics esperence
|
||||
|
||||
Expected value
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
The expected value (*esperance*) of a random variable :math:`X` is noted :math:`\mathbb{E}[X]`.
|
||||
It as the following linerarity properties:
|
||||
|
||||
.. math::
|
||||
\mathbb{E}[X+Y]=\mathbb{E}[X] + \mathbb{E}[Y]
|
||||
.. math::
|
||||
\mathbb{E}[\alpha X]=\alpha\mathbb{E}[X]
|
||||
|
||||
Variance
|
||||
^^^^^^^^
|
||||
|
||||
The variance operator of a random variable :math:`X` is noted :math:`\mathbb{V}[X]` or :math:`\mathrm{Var}[X]`.
|
||||
|
||||
Coraviance
|
||||
^^^^^^^^^^
|
||||
The covariance operator of a random variable :math:`X` and :math:`Y`
|
||||
is noted :math:`\mathrm{Cov}[X,Y]`.
|
||||
|
|
Loading…
Add table
Reference in a new issue