Skip to content
Snippets Groups Projects
Commit 2d38784a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

mention what is T in GMM statistics

parent ecfcbff8
No related branches found
No related tags found
1 merge request!24Re-write the user guide
...@@ -267,6 +267,7 @@ properties in :py:class:`bob.learn.em.GMMStats`: ...@@ -267,6 +267,7 @@ properties in :py:class:`bob.learn.em.GMMStats`:
- Eq (10) is :py:class:`bob.learn.em.GMMStats.sum_pxx`: - Eq (10) is :py:class:`bob.learn.em.GMMStats.sum_pxx`:
:math:`E_c(x^2)=\frac{1}{n(c)}\sum\limits_{t=1}^T Pr(c | x_t)x_t^2` :math:`E_c(x^2)=\frac{1}{n(c)}\sum\limits_{t=1}^T Pr(c | x_t)x_t^2`
where :math:`T` is the number of samples used to generate the stats.
The snippet bellow shows how to compute accumulated these statistics given a The snippet bellow shows how to compute accumulated these statistics given a
prior GMM. prior GMM.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment