Skip to content

Commit

Permalink
docs minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jul 9, 2022
1 parent 15c0ea6 commit f888cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokit2/complexity/utils_complexity_symbolize.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def complexity_symbolize(signal, method="mean", c=3, show=False, **kwargs):
developped to that end.
* **Method 'A'** binarizes the signal by higher vs. lower values as compated to the signal's
mean.
mean. Equivalent tp ``method="mean"`` (``method="median"`` is also valid).
* **Method 'B'** uses values that are within the mean +/- 1 SD band vs. values that are outside
this band.
* **Method 'C'** computes the difference between consecutive samples and binarizes depending on
Expand Down

0 comments on commit f888cf3

Please sign in to comment.