forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

Replaced pyeeg difference function by that of the Numpy #3

Closed Borzou closed 9 years ago

Borzou commented 9 years ago

Replaced the instances in the code where Pyeeg's difference function were employed with that of Numpy's; tested the corresponding functions (hjorth, pfd, IBS) after the replacement; the results are the same.

Revised the expressions for numpy functions; compared output of all functions after revision with that of the original; the results are the same.

Best Wishes, Borzou