Skip to content

Commit

Permalink
Update entropy_angular.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Mar 30, 2023
1 parent 1c568ff commit b7bfcf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion neurokit2/complexity/entropy_angular.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
def entropy_angular(signal, delay=1, dimension=2, show=False, **kwargs):
"""**Angular entropy (AngEn)**
The Angular Entropy (AngEn) is the name that we use in NeuroKit to refer to the complexity method described in Nardelli et al. (2022), referred as comEDA due to its application to EDA signal. The method comprises the following steps: 1) Phase space reconstruction, 2) Calculation of the angular distances between all the pairs of points in the phase space; 3) Computation of the probability density function (PDF) of the distances; 4) Quadratic Rényi entropy of the PDF.
The Angular Entropy (AngEn) is the name that we use in NeuroKit to refer to the complexity
method described in Nardelli et al. (2022), referred as comEDA due to its application to EDA
signal. The method comprises the following steps: 1) Phase space reconstruction, 2) Calculation
of the angular distances between all the pairs of points in the phase space; 3) Computation of
the probability density function (PDF) of the distances; 4) Quadratic Rényi entropy of the PDF.
Parameters
----------
Expand Down

0 comments on commit b7bfcf8

Please sign in to comment.