forrestbao / pyeeg

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

Updated the doc string for PE and IBS, added IBS #2

Closed Borzou closed 9 years ago

Borzou commented 9 years ago

I have changed the doc string format according to the template you had provided. I have also added information based similarity code into PyEEG. I hope that I could follow your instructions correctly; please let me know if there are other aspects of the code that I should modify.

You may notice that in information based similarity, I am using a function named Difference; this is a function I had implemented to calculate n-th order difference of a given sequence. I can change the code to use the first order difference function already available in Pyeeg or I can import my n-th order difference code into Pyeeg.

Best Wishes, Borzou