Skip to content

Fast evaluation of permutation entropy of a time series. A Python (NumPy) wrapper is included.

Notifications You must be signed in to change notification settings

emulasion/permutation_entropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

permutation_entropy

Small C++ library for fast evaluation of the permutation entropy of a time series (see this paper for additional details). A NumPy wrapper is included.

For a quick test:

compile the python module

python setup.py build_ext --inplace

then lauch the python test script (the NumPy library is needed):

python test.py

About

Fast evaluation of permutation entropy of a time series. A Python (NumPy) wrapper is included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published