Skip to content

Commit

Permalink
Bhorn (#203)
Browse files Browse the repository at this point in the history
* Kraskov estimator

* Added equation for kraskov estimation

* formatting

* formatting again
  • Loading branch information
farkock committed Feb 28, 2019
1 parent 46ef668 commit b77619b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.literature_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Literature summary
:math:`z_i` and its :math:`k`-th neighbour. :math:`\frac{\epsilon_x (i)}{2}` and
:math:`\frac{\epsilon_y (i)}{2}` denote the distance between the same points projected
into the :math:`X` and :math:`Y`subspaces.
- Note that :math:`\epsilon(i)=\max \lbrace frac{\epsilon_x (i)}{2}, frac{\epsilon_y (i)}{2}\rbrace`.
- Note that :math:`\epsilon(i)=\max \lbrace \frac{\epsilon_x (i)}{2}, \frac{\epsilon_y (i)}{2}\rbrace`.
- In the following, two algorithms for estimating mutual information will be taken
into account:

Expand All @@ -222,7 +222,7 @@ Literature summary
by the number of points that satisfy the following equations:

.. math::
||x_i - x_j|| \leq \dfrac{\epsilon_x (i)}{2} \text{and} ||y_i - y_j|| \leq \dfrac{\epsilon_y (i)}{2}
||x_i - x_j|| \leq \dfrac{\epsilon_x (i)}{2} \ \text{and} \ ||y_i - y_j|| \leq \dfrac{\epsilon_y (i)}{2}
* Then mutual information can be estimated via

Expand Down

0 comments on commit b77619b

Please sign in to comment.