TSEntropies: Time Series Entropies

Computes various entropies of given time series. This is the initial version that includes ApEn() and SampEn() functions for calculating approximate entropy and sample entropy. Approximate entropy was proposed by S.M. Pincus in "Approximate entropy as a measure of system complexity", Proceedings of the National Academy of Sciences of the United States of America, 88, 2297-2301 (March 1991). Sample entropy was proposed by J. S. Richman and J. R. Moorman in "Physiological time-series analysis using approximate entropy and sample entropy", American Journal of Physiology, Heart and Circulatory Physiology, 278, 2039-2049 (June 2000). This package also contains FastApEn() and FastSampEn() functions for calculating fast approximate entropy and fast sample entropy. These are newly designed very fast algorithms, resulting from the modification of the original algorithms. The calculated values of these entropies are not the same as the original ones, but the entropy trend of the analyzed time series determines equally reliably. Their main advantage is their speed, which is up to a thousand times higher. A scientific article describing their properties has been submitted to The Journal of Supercomputing and in present time it is waiting for the acceptance.

Version: 0.9
Depends: R (≥ 3.4.0)
Published: 2018-10-08
Author: Jiri Tomcala [aut, cre]
Maintainer: Jiri Tomcala <jiri.tomcala at vsb.cz>
License: GPL-3
NeedsCompilation: yes
Materials: README
In views: TimeSeries
CRAN checks: TSEntropies results

Documentation:

Reference manual: TSEntropies.pdf

Downloads:

Package source: TSEntropies_0.9.tar.gz
Windows binaries: r-devel: TSEntropies_0.9.zip, r-release: TSEntropies_0.9.zip, r-oldrel: TSEntropies_0.9.zip
macOS binaries: r-release (arm64): TSEntropies_0.9.tgz, r-oldrel (arm64): TSEntropies_0.9.tgz, r-release (x86_64): TSEntropies_0.9.tgz

Reverse dependencies:

Reverse imports: SlidingWindows

Linking:

Please use the canonical form https://CRAN.R-project.org/package=TSEntropies to link to this page.