Fast Approximate Entropy
by Kijoon Lee
04 Aug 2011
(Updated 20 Mar 2012)
This function calculates Approximate Entropy (ApEn) of a time series data in a very efficient way.
|
Watch this File
|
| File Information |
| Description |
Approximate Entropy (ApEn) is a popular tool in analysing the complexity of time series data especially in clinical research.
This function is a very simple and efficient implementation of ApEn, based on vectorization concept that improves speed tremendously over for-loop implementation.
It also contains a test code (foo.m) for generating a plot of ApEn of different simulated time series data, to help understand the usage. The test code generates a plot similar to that appearing in Ki H. Chon's 2009 paper in IEEE Eng in Med Biol, that discusses what r value we should use. |
| Acknowledgements |
Approximate Entropy
inspired this file.
This file inspired
Sample Entropy.
|
| MATLAB release |
MATLAB 7.13 (R2011b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 20 Mar 2012 |
The new version (Ver 1) has corrected a minor error in the definition of ApEn, and included another input argument tau for multi-scale ApEn calculation. See inside for details. |
|
Contact us