We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c2353 commit aaf9cf0Copy full SHA for aaf9cf0
doc/modules/decomposition.rst
@@ -848,7 +848,7 @@ a corpus with :math:`D` documents and :math:`K` topics:
848
3. For each word :math:`i` in document :math:`d`:
849
850
a. Draw a topic index :math:`z_{di} \sim \mathrm{Multinomial}(\theta_d)`
851
- b. Draw the observed word :math:`w_{ij} \sim \mathrm{Multinomial}(beta_{z_{di}}.)`
+ b. Draw the observed word :math:`w_{ij} \sim \mathrm{Multinomial}(\beta_{z_{di}})`
852
853
For parameter estimation, the posterior distribution is:
854
0 commit comments