Description Usage Arguments Details Value
This function calculates the value of:
1 |
arr |
KHIVA array with the time series. |
lag |
The lag to be computed. |
\frac{1}{n-2lag} ∑_{i=0}^{n-2lag} x_{i + 2 \cdot lag}^2 \cdot x_{i + lag} - x_{i + lag} \cdot x_{i}^2
which is
{E}[L^2(X)^2 \cdot L(X) - L(X) \cdot X^2]
where {E} is the mean and L is the lag operator. It was proposed in [1] as a promising feature to extract from time series.
KHIVA array containing the count of the given value in each time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.