ixjlyons / entro-py

Time series entropy measures implemented with numpy

Repository from Github https://github.comixjlyons/entro-pyRepository from Github https://github.comixjlyons/entro-py

entro-py

entro-py computes entropy for time series analysis. Currently implemented algorithms are FuzzyEn and SampEn, both of which are described/compared in Chen et al. 2009. Implementation has been "inspired" by and tested against this MATLAB code.

Dependencies

TODO

Items in order of importance

  • Pass in arbitrary function for similarity measurement
  • Pass 2D array and calculate entropy along a given axis

About

Time series entropy measures implemented with numpy

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%