Skip to content

Commit

Permalink
Update information_mutual.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jul 14, 2022
1 parent f6c8ef9 commit 9e7775c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neurokit2/complexity/information_mutual.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def mutual_information(x, y, method="varoquaux", bins="default", **kwargs):
---------
**Example 1**: Simple case
.. ipython:: python
import neurokit2 as nk
Expand All @@ -67,6 +68,7 @@ def mutual_information(x, y, method="varoquaux", bins="default", **kwargs):
nk.mutual_information(x, y, method="knn")
nk.mutual_information(x, y, method="max")
**Example 2**: Method comparison
.. ipython:: python
Expand Down

0 comments on commit 9e7775c

Please sign in to comment.