Skip to content

Commit

Permalink
Deploying to gh-pages from @ 337cf8c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWillFlood committed Mar 24, 2024
1 parent 7f4b6b1 commit c2d9fd3
Show file tree
Hide file tree
Showing 69 changed files with 1,093 additions and 451 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fcb175b2998db6b15323ea5f97d34dc3
config: a08dde90a3c13e8b0243414d25c4c8a4
tags: 645f666f9bcd5a90fca523b33c5a78b7
88 changes: 83 additions & 5 deletions EHupdates.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Latest Updates &mdash; EntropyHub 0.2 documentation</title>
<title>Latest Updates &mdash; EntropyHub 1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -161,9 +161,87 @@ <h1>Latest Updates<a class="headerlink" href="#latest-updates" title="Permalink
<div class="toctree-wrapper compound">
</div>
<hr class="docutils" />
<section id="january-2024">
<h2>January 2024<a class="headerlink" href="#january-2024" title="Permalink to this heading"></a></h2>
<p><strong>New announcements coming soon! :)</strong></p>
<section id="march-2024">
<h2>March 2024<a class="headerlink" href="#march-2024" title="Permalink to this heading"></a></h2>
<section id="version-1-0-is-here">
<h3>Version 1.0 is here!<a class="headerlink" href="#version-1-0-is-here" title="Permalink to this heading"></a></h3>
<div class="line-block">
<div class="line">EntropyHub is continuously growing to incorporate the lastest developments in the scientific literature.</div>
<div class="line">This new major release (v1.0) reflects that with many new functions and features to provide you with a versatile environment that makes complex entropy methods easy to implement.</div>
<div class="line">The following list summarizes some of the main updates available in v1.0.</div>
</div>
<blockquote>
<div><dl>
<dt><strong>+ New entropy methods</strong></dt><dd><div class="line-block">
<div class="line">Two new base entropy functions (and their multiscale versions) have been added:</div>
<div class="line">+ <a class="reference external" href="https://ieeexplore.ieee.org/document/9194995">Diversity Entropy</a></div>
<div class="line">+ <a class="reference external" href="https://www.mdpi.com/1099-4300/20/12/962">Range Entropy</a></div>
</div>
</dd>
<dt><strong>+ New fuzzy membership functions</strong></dt><dd><div class="line-block">
<div class="line">Several new fuzzy membership functions have been added to FuzzEn, XFuzzEn and FuzzEn2D to provide more options for mapping the degree of similarity between embedding vectors.</div>
<div class="line">These include <em>trapezoidal</em>, <em>triangular</em> and <em>gaussian</em>, among others.</div>
<div class="line">Further info on these membership functions can be found <a class="reference external" href="https://hal.science/hal-02267711/document">here.</a></div>
</div>
</dd>
<dt><strong>+ Phase Permutation Entropy</strong></dt><dd><div class="line-block">
<div class="line">A new variant - ‘<em>phase</em>’ permutation entropy - has been added to PermEn.</div>
<div class="line">This method employs a hilbert transformation of the data sequence, based on the methods outlined <a class="reference external" href="https://doi.org/10.1016/j.physa.2020.125686">here.</a></div>
</div>
</dd>
<dt><strong>+ Cross-Entropy with different length sequences</strong></dt><dd><div class="line-block">
<div class="line">EntropyHub v1.0 now allows for cross-entropy (and multiscale cross-entropy) estimation with different length signals (<em>except XCondEn and XPermEn</em>).</div>
<div class="line">As a result, the new cross-entropy functions require a separate input for each sequence (Sig1, Sig2).</div>
</div>
</dd>
<dt><strong>+ Refined-Composite Multiscale Fuzzy Entropy</strong></dt><dd><div class="line-block">
<div class="line">In addition to the refined-composite multiscale sample entropy that was available in earlier versions, now one can estimate the refined-composite multiscale fuzzy entropy based on the method outlined <a class="reference external" href="https://link.springer.com/article/10.1007/s11517-017-1647-5">here.</a></div>
<div class="line">What’s more, refined-composite multicale cross-fuzzy entropy is also available, and both can be estimated using any of the fuzzy membership functions in FuzzEn or XFuzzEn.</div>
</div>
</dd>
<dt><strong>+ Generalized Multiscale Entropy</strong></dt><dd><div class="line-block">
<div class="line">Generaized multiscale entropy and generalized multiscale cross-entropy can now be estimated. Just choose the ‘<em>generalized</em>’ as the graining procedure in MSEn or XMSEn.</div>
</div>
</dd>
<dt><strong>+ Variance of sample entropy estimate</strong></dt><dd><div class="line-block">
<div class="line">Based on the <a class="reference external" href="https://journals.physiology.org/doi/epdf/10.1152/ajpregu.00069.2002">method outlined by Lake et al.,</a> it is now possible to obtain a measure of the variance in the sample entropy estimate.</div>
<div class="line">This is achieved by approximating the number of overlapping embedding vectors.</div>
<div class="line">To do so, just set the parameter ‘<em>Vcp</em>’==true in SampEn and XSampEn, but note that doing so requires <em>a lot</em> of computer memory.</div>
</div>
</dd>
</dl>
</div></blockquote>
<p>Several little bugs and inconsistencies have also been fixed in this release. We want to thank all of you who have identified and alerted us to these bugs.
Most of these bugs have been noted via the <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub/issues">GitHub issues portal</a>.</p>
<blockquote>
<div><dl>
<dt><strong>Bug fixes</strong></dt><dd><div class="line-block">
<div class="line">- The DispEn2D function in python has now fixed <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub/issues/8">this issue</a>.</div>
<div class="line">- The type hint for FuzzEn in python has been updated <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub/issues/1">as requested</a>.</div>
<div class="line">- <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub.jl/issues/3">Compatbility issues with EntropyHub.jl</a> are now resolved.</div>
<div class="line">- A bug in the K2En python function led to incorrect entropy estimates for data sequences with many equal values. This has been corrected.</div>
</div>
</dd>
<dt><strong>Other Changes</strong></dt><dd><div class="line-block">
<div class="line">- The <em>‘equal’</em> method for discretizing data in DispEn and DispEn2D has been updated to be consistent across Python, MatLab and Julia.</div>
<div class="line-block">
<div class="line">This is unlikely to have impacted any users previously.</div>
</div>
<div class="line">- The zeroth dimension (m=0) estimate of ApEn and XApEn has been changed to -phi(1).</div>
<div class="line">- The default radius threshold distance for XApEn, XSampEn and XK2En has been changed to use the <em>pooled</em> standard deviation [i.e. 0.2*SDpooled(X,Y)].</div>
</div>
</dd>
</dl>
</div></blockquote>
</section>
<section id="more-to-come">
<h3>More to come!<a class="headerlink" href="#more-to-come" title="Permalink to this heading"></a></h3>
<div class="line-block">
<div class="line">We are currently adding several new elements to EntropyHub that we hope will benefit many users. However, this is a time-consuming effort.</div>
<div class="line">Keep checking in here to find out more in the future!</div>
<div class="line">Thanks for all your support so far :)</div>
</div>
</section>
</section>
<hr class="docutils" />
<section id="november-2022">
Expand Down Expand Up @@ -266,7 +344,7 @@ <h2>June 2021<a class="headerlink" href="#june-2021" title="Permalink to this he
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, Matthew W. Flood.</p>
<p>&#169; Copyright 2024, Matthew W. Flood.</p>
</div>


Expand Down
49 changes: 26 additions & 23 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EntropyHub &mdash; EntropyHub 0.2 documentation</title>
<title>EntropyHub &mdash; EntropyHub 1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -159,8 +159,8 @@
<div class="altmetric-embed" data-badge-type='donut' data-badge-popover='right' data-altmetric-id="116252437"></div><script type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js"></script>
</div><section id="entropyhub">
<h1>EntropyHub<a class="headerlink" href="#entropyhub" title="Permalink to this heading"></a></h1>
<section id="an-open-source-toolkit-for-entropic-time-series-analysis">
<h2>An open-source toolkit for entropic time series analysis<a class="headerlink" href="#an-open-source-toolkit-for-entropic-time-series-analysis" title="Permalink to this heading"></a></h2>
<section id="an-open-source-toolkit-for-entropic-data-analysis">
<h2>An open-source toolkit for entropic data analysis<a class="headerlink" href="#an-open-source-toolkit-for-entropic-data-analysis" title="Permalink to this heading"></a></h2>
<a class="reference internal image-reference" href="_images/EntropyHub_Profiler.png"><img alt="_images/EntropyHub_Profiler.png" class="align-center" src="_images/EntropyHub_Profiler.png" style="width: 150px; height: 150px;" /></a>
<p class="centered">
<strong>Available in:</strong></p><p class="centered">
Expand All @@ -172,23 +172,22 @@ <h2>An open-source toolkit for entropic time series analysis<a class="headerlink
</ul>
</section>
<section id="welcome">
<h2>Welcome<a class="headerlink" href="#welcome" title="Permalink to this heading"></a></h2>
<p>Welcome to EntropyHub!</p>
<p>This toolkit provides a wide range of functions to calculate different entropy statistics.</p>
<p>There is an ever-growing range of information-theoretic and dynamical systems entropy measures presented in the scientific literature.
Although many functions for estimating these entropies can be found in various corners of the internet,
there is currently no toolkit to perform entropic time-series analysis in MatLab, Python and Julia, all with an extensive documentation and consistent syntax.</p>
<p>The goal of EntropyHub is to integrate the many established entropy methods in one open-source package.</p>
<h2>Welcome!<a class="headerlink" href="#welcome" title="Permalink to this heading"></a></h2>
<div class="line-block">
<div class="line">This toolkit provides a wide range of functions to calculate different entropy statistics.</div>
<div class="line">There is an ever-growing range of information-theoretic and dynamical systems entropy measures presented in the scientific literature.</div>
<div class="line">Although many functions for estimating these entropies can be found in various corners of the internet,</div>
<div class="line">there is currently no toolkit to perform entropic data analysis in MatLab, Python and Julia, all with an extensive documentation and consistent syntax.</div>
<div class="line">The goal of EntropyHub is to integrate the many established entropy methods in one open-source package.</div>
</div>
</section>
<hr class="docutils" />
<section id="about">
<h2>About<a class="headerlink" href="#about" title="Permalink to this heading"></a></h2>
<p>Information and uncertainty can be regarded as two sides of the same coin:
the more uncertainty there is, the more information we gain by removing that uncertainty.
In the context of information and probability theory, <strong>Entropy</strong> quantifies that uncertainty.</p>
<p>The concept of entropy has its origins in <a class="reference external" href="http://www.scholarpedia.org/article/Entropy">classical physics</a> under the second law of thermodynamics,
a law <a class="reference external" href="https://www.penguin.co.uk/books/301539/the-order-of-time/9780141984964.html">considered to underpin our fundamental understanding</a>
of <a class="reference external" href="https://en.wikipedia.org/wiki/Time_in_physics">time in physics</a>.
In the context of nonlinear dynamics, entropy is central in quantifying the degree of uncertainty or information gain, and is therefore widely used
In the context of dynamical systems and information theory, <strong>Entropy</strong> quantifies that uncertainty.</p>
<p>In the context of nonlinear dynamics, entropy is central in quantifying the degree of uncertainty or information gain, and is therefore widely used
to explain complex nonlinear behaviour in real-world systems.
Attempting to analyse the analog world around us requires that we measure time in discrete steps, but doing so compromises
our ability to measure entropy accurately. Various measures have been derived to estimate entropy (uncertainty) from discrete time series, each seeking to
Expand All @@ -198,15 +197,19 @@ <h2>About<a class="headerlink" href="#about" title="Permalink to this heading">
To overcome this, we have developed EntropyHub - an open-source toolkit designed to integrate the many established entropy methods into one package.
The goal of EntropyHub is to provide a comprehensive set of functions with a simple and consistent syntax that allows the user to augment parameters at the command
line, enabling a range from basic to advanced entropy methods to be implemented with ease.</p>
<p><strong>It is important to clarify that the entropy functions herein described estimate entropy in the context of nonlinear dynamics, probability theory and information theory, and not thermodynamic or other entropies from classical physics.</strong></p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>It is important to clarify that the entropy functions herein described estimate entropy in the context of nonlinear dynamics, probability theory and information theory, and not thermodynamic or other entropies from classical physics.</p>
</div>
</section>
<hr class="docutils" />
<section id="documentation-help">
<h2>Documentation &amp; Help<a class="headerlink" href="#documentation-help" title="Permalink to this heading"></a></h2>
<p>The <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub/blob/main/EntropyHub%20Guide.pdf">EntropyHub Guide</a> is a .pdf booklet written to help you use the toolkit effectively
(available for <a class="reference download internal" download="" href="_downloads/40d9c1910993d9509e60865d940bb066/EntropyHubGuide.pdf"><code class="xref download docutils literal notranslate"><span class="pre">download</span> <span class="pre">here</span></code></a>).</p>
<p>In this guide you will find descriptions of function syntax, examples of function use, and references to the source literature of each function.</p>
<p><em>The MatLab version of the toolkit has a comprehensive help section which can be accessed through the help browser.</em></p>
<div class="line-block">
<div class="line">The <a class="reference external" href="https://github.com/MattWillFlood/EntropyHub/blob/main/EntropyHub%20Guide.pdf">EntropyHub Guide</a> is a .pdf booklet written to help you use the toolkit effectively (available for <a class="reference download internal" download="" href="_downloads/40d9c1910993d9509e60865d940bb066/EntropyHubGuide.pdf"><code class="xref download docutils literal notranslate"><span class="pre">download</span> <span class="pre">here</span></code></a>).</div>
<div class="line">In this guide you will find descriptions of function syntax, examples of function use, and references to the source literature of each function.</div>
<div class="line"><em>The MatLab version of the toolkit has a comprehensive help section which can be accessed through the MatLab help browser under</em> <strong>Supplementary Software</strong>.</div>
</div>
</section>
<hr class="docutils" />
<section id="citation-and-licensing">
Expand All @@ -216,7 +219,7 @@ <h2>Citation and Licensing<a class="headerlink" href="#citation-and-licensing" t
realized using the software:</p>
<blockquote>
<div><div class="line-block">
<div class="line"><strong>Matthew W. Flood and Bernd Grimm,</strong></div>
<div class="line"><strong>Matthew W. Flood</strong></div>
<div class="line"><strong>EntropyHub: An Open-Source Toolkit for Entropic Time Series Analysis,</strong></div>
<div class="line"><strong>PLoS One 16(11):e0259448 (2021),</strong></div>
<div class="line"><strong>DOI: 10.1371/journal.pone.0259448</strong></div>
Expand All @@ -227,7 +230,7 @@ <h2>Citation and Licensing<a class="headerlink" href="#citation-and-licensing" t
</div></blockquote>
<hr class="docutils" />
<blockquote>
<div><p>© Copyright 2021 Matthew W. Flood, EntropyHub</p>
<div><p>© Copyright 2024 Matthew W. Flood, EntropyHub</p>
<p>Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at</p>
Expand Down Expand Up @@ -270,7 +273,7 @@ <h2>Contact<a class="headerlink" href="#contact" title="Permalink to this headin
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, Matthew W. Flood.</p>
<p>&#169; Copyright 2024, Matthew W. Flood.</p>
</div>


Expand Down
4 changes: 2 additions & 2 deletions Publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Publications &mdash; EntropyHub 0.2 documentation</title>
<title>Publications &mdash; EntropyHub 1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -573,7 +573,7 @@ <h3>2022<a class="headerlink" href="#id4" title="Permalink to this heading"><
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, Matthew W. Flood.</p>
<p>&#169; Copyright 2024, Matthew W. Flood.</p>
</div>


Expand Down
Loading

0 comments on commit c2d9fd3

Please sign in to comment.