Skip to content

Commit

Permalink
Merge branch 'dev' into mi_gc
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jul 14, 2022
2 parents 1093ba8 + 9e7775c commit 6e254ba
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 @@ -68,6 +69,7 @@ def mutual_information(x, y, method="varoquaux", bins="default", **kwargs):
nk.mutual_information(x, y, method="max")
nk.mutual_information(x, y, method="gc")
**Example 2**: Method comparison
.. ipython:: python
Expand Down

0 comments on commit 6e254ba

Please sign in to comment.