-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c193ef
commit 5dbebd3
Showing
4 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Add README, LICENSE and requirements : | ||
include README.rst | ||
include LICENSE | ||
include requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. -*- mode: rst -*- | ||
.. figure:: docs/pictures/logo.png | ||
:align: center | ||
|
||
EntroPy is a Python 3 package for computing several entropy metrics of time series. | ||
|
||
It currently includes | ||
- `perm_entropy`: Permutation entropy (Bandt and Pompe, 2002) | ||
|
||
|
||
Development | ||
=========== | ||
|
||
EntroPy was created and is maintained by `Raphael Vallat <https://raphaelvallat.github.io>`_. Contributions are more than welcome so feel free to contact me, open an issue or submit a pull request! | ||
|
||
To see the code or report a bug, please visit the `GitHub repository <https://github.com/raphaelvallat/entropy>`_. | ||
|
||
Note that this program is provided with NO WARRANTY OF ANY KIND. If you can, always double check the results with another software. | ||
|
||
Acknowledgement | ||
=============== | ||
|
||
Several functions of EntroPy were borrowed from: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.