machine-shop / evenflow

Compute transfer entropy and related statistics
3 stars 5 forks source link

14_AdjMatrices.py is implemented. #10

Closed AceHao closed 8 years ago

arkwave commented 8 years ago

Could you write some tests, for both this one and DoProduction?

Also, instead of following the for-loop style implementation of the matlab code, it would probably be a good idea to vectorize the operations so that we don't lose efficiency when running big files.

arkwave commented 8 years ago

Looks good!