Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4791c48

Browse files
committed
Merge pull request scikit-learn#2708 from likang7/patch-3
Update dp-derivation.rst
2 parents abc9301 + 4508600 commit 4791c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/modules/dp-derivation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. _dpgmm_derivation:
32

43
.. currentmodule:: sklearn.mixture
@@ -157,7 +156,7 @@ distribution.
157156
&& E_q[\log P(z)] - E_q[\log Q(z)] \\
158157
&=&
159158
\sum_{k} \left(
160-
\left(\sum_{j=k+1}^K \nu_{z_{i,j}}\right)(\Psi(\gamma{k,1})-\Psi(\gamma{k,1}+\gamma_{k,2}))
159+
\left(\sum_{j=k+1}^K \nu_{z_{i,j}}\right)(\Psi(\gamma_{k,2})-\Psi(\gamma_{k,1}+\gamma_{k,2}))
161160
+ \nu_{z_{i,k}}(\Psi(\gamma_{k,1})-\Psi(\gamma_{k,1}+\gamma_{k,2}))
162161
- \log \nu_{z_{i,k}} \right)
163162
\end{array}

0 commit comments

Comments
 (0)