forrestbao / pyeeg

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

hurst: standardized to numpy arrays, removed dot notation #12

Closed jameschristopher closed 8 years ago

jameschristopher commented 8 years ago

Made it so the first operation is converting the input series into a numpy array. Converting between native Python lists and built-ins; and numpy arrays and functions has significant speed overhead.

forrestbao commented 8 years ago

Merged the change in commit https://github.com/forrestbao/pyeeg/commit/4ecdaeccdbf9c2e61100b09197c4cb58395b04ee Thanks James!