diff --git a/doc/guide.rst b/doc/guide.rst index 2e10f541cff4af91c0e640f6045a4b3a42fb4a49..8f778e4583a307e5e7caff993f7e22c5cf75e43a 100644 --- a/doc/guide.rst +++ b/doc/guide.rst @@ -267,6 +267,7 @@ properties in :py:class:`bob.learn.em.GMMStats`: - 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` +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 prior GMM.