forrestbao / pyeeg

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

Code of fisher information and svd entropy is identical #34

Open gemeinl opened 3 years ago

gemeinl commented 3 years ago

Code of fisher information https://github.com/forrestbao/pyeeg/blob/master/pyeeg/fisher_info.py#L32-L37 and svd entropy https://github.com/forrestbao/pyeeg/blob/master/pyeeg/entropy.py#L269-L274 is identical.