Skip to content

Commit

Permalink
Fix typo in LDA documentation (#11073)
Browse files Browse the repository at this point in the history
  • Loading branch information
flowlight0 authored and agramfort committed May 6, 2018
1 parent 13c2353 commit aaf9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/decomposition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ a corpus with :math:`D` documents and :math:`K` topics:
3. For each word :math:`i` in document :math:`d`:

a. Draw a topic index :math:`z_{di} \sim \mathrm{Multinomial}(\theta_d)`
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}})`

For parameter estimation, the posterior distribution is:

Expand Down

0 comments on commit aaf9cf0

Please sign in to comment.