-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of EnofEn to include Xrange as optional argument and corrections to text in PermEn and PhasEn.
- Loading branch information
1 parent
35c0cd2
commit 33666ca
Showing
7 changed files
with
73 additions
and
48 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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
@misc{EntropyHub.jl, | ||
author = {Matthew W. Flood}, | ||
title = {EntropyHub: an open-source toolkit for entropic time series analysis}, | ||
url = {https://www.EntropyHub.xyz}, | ||
title = {EntropyHub: An Open-source Toolkit for Entropic Time Series Analysis}, | ||
author = {Flood, Matthew W. and Grimm, Bernd}, | ||
journal = {PLoS ONE}, | ||
volume = {16}, | ||
number = {11}, | ||
pages = {e0259448}, | ||
year = {2021}, | ||
} | ||
publisher = {Public Library of Science}, | ||
doi = {10.1371/journal.pone.0259448}, | ||
url = {https://doi.org/10.1371/journal.pone.0259448}, | ||
} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "EntropyHub" | ||
uuid = "3938faea-3bfa-4bc3-8092-0c6746ff9af1" | ||
authors = ["Matthew W. Flood <[email protected]>"] | ||
version = "0.1.1" | ||
version = "0.1.1a" | ||
|
||
[deps] | ||
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" | ||
|
@@ -20,7 +20,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | |
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" | ||
|
||
[compat] | ||
julia = "1.5" | ||
Clustering = "0.14.2" | ||
Combinatorics = "1.0.2" | ||
DSP = "0.6.8" | ||
|
@@ -31,6 +30,7 @@ HTTP = "0.8.19" | |
Plots = "1.10.3" | ||
StatsBase = "0.33.2" | ||
StatsFuns = "0.9.6" | ||
julia = "1.5" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
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 |
---|---|---|
|
@@ -137,12 +137,12 @@ Dispersion Entropy | DispEn | |
Symbolic Dynamic Entropy | SyDyEn | ||
Increment Entropy | IncrEn | ||
Cosine Similarity Entropy | CoSiEn | ||
Phase Entropy | PhasEn | ||
Slope Entropy | SlopEn | ||
Phase Entropy | PhasEn | ||
Slope Entropy | SlopEn | ||
Bubble Entropy | BubbEn | ||
Gridded Distribution Entropy | GridEn | ||
Entropy of Entropy | EnofEn | ||
Attention Entropy | AttnEn | ||
Gridded Distribution Entropy | GridEn | ||
Entropy of Entropy | EnofEn | ||
Attention Entropy | AttnEn | ||
|
||
_______________________________________________________________________ | ||
|
||
|
@@ -156,7 +156,7 @@ Cross Fuzzy Entropy | XFuzzEn | |
Cross Permutation Entropy | XPermEn | ||
Cross Conditional Entropy | XCondEn | ||
Cross Distribution Entropy | XDistEn | ||
Cross Spectral Entropy | XSpecEn | ||
Cross Spectral Entropy | XSpecEn | ||
Cross Kolmogorov Entropy | XK2En | ||
|
||
_______________________________________________________________________ | ||
|
@@ -165,9 +165,11 @@ _______________________________________________________________________ | |
|
||
Entropy Type | Function Name | ||
--|-- | ||
Bi-Dimensional Sample Entropy | SampEn2D | ||
Bi-Dimensional Fuzzy Entropy | FuzzEn2D | ||
Bi-Dimensional Distribution Entropy | DistEn2D | ||
Bidimensional Sample Entropy | SampEn2D | ||
Bidimensional Fuzzy Entropy | FuzzEn2D | ||
Bidimensional Distribution Entropy | DistEn2D | ||
Bidimensional Dispersion Entropy | DispEn2D | ||
|
||
|
||
_________________________________________________________________________ | ||
|
||
|
@@ -178,7 +180,7 @@ Entropy Type | Function Name | |
Multiscale Entropy | MSEn | ||
Composite/Refined-Composite Multiscale Entropy | cMSEn | ||
Refined Multiscale Entropy | rMSEn | ||
Hierarchical Multiscale Entropy | hMSEn | ||
Hierarchical Multiscale Entropy | hMSEn | ||
|
||
_________________________________________________________________________ | ||
|
||
|
@@ -187,7 +189,7 @@ Entropy Type | Function Name | |
--|-- | ||
Multiscale Cross-Entropy | XMSEn | ||
Composite/Refined-Composite Multiscale Cross-Entropy | cXMSEn | ||
Refined Multiscale Cross-Entropy | rXMSEn | ||
Refined Multiscale Cross-Entropy | rXMSEn | ||
Hierarchical Multiscale Cross-Entropy | hXMSEn | ||
|
||
|
||
|
@@ -199,9 +201,11 @@ EntropyHub is licensed under the Apache License (Version 2.0) and is free to | |
use by all on condition that the following reference be included on any outputs | ||
realized using the software: | ||
|
||
Matthew W. Flood and Bernd Grimm, | ||
Matthew W. Flood and Bernd Grimm (2021), | ||
EntropyHub: An Open-Source Toolkit for Entropic Time Series Analysis, | ||
2021 www.EntropyHub.xyz | ||
PLoS ONE 16(11):e0259448 | ||
DOI: 10.1371/journal.pone.0259448 | ||
www.EntropyHub.xyz | ||
|
||
__________________________________________________________________ | ||
|
||
|
@@ -229,8 +233,10 @@ If you find this package useful, please consider starring it on GitHub, | |
MatLab File Exchange, PyPI or Julia Packages as this helps us to gauge user | ||
satisfaction. | ||
|
||
If you have any questions about the package or identify any issues, | ||
please do not hesitate to contact us at: [email protected] | ||
If you have any questions about the package, please do not hesitate to contact us at: [email protected] | ||
If you identify any bugs, please contact us at: [email protected] | ||
If you need any help installing or using the toolkit, please contact us at: [email protected] | ||
|
||
|
||
|
||
***Thank you*** for using EntropyHub. | ||
|
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
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
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
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