Description Usage Arguments Value
Calculates a vectorized Approximate entropy algorithm. https://en.wikipedia.org/wiki/Approximate_entropy For short time-series this method is highly dependent on the parameters, but should be stable for N > 2000, see: Yentes et al. (2012) - The Appropriate Use of Approximate Entropy and Sample Entropy with Short Data Sets Other shortcomings and alternatives discussed in: Richman & Moorman (2000) - Physiological time-series analysis using approximate entropy and sample entropy.
1 | ApproximateEntropy(arr, m, r)
|
arr |
KHIVA array with the time series. |
m |
Length of compared run of data. |
r |
Filtering level, must be positive. |
The vectorized approximate entropy for all the input time series in arr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.