Description Usage Arguments Value
Calculates a linear least-squares regression for values of the time series that were aggregated over chunks versus the sequence from 0 up to the number of chunks minus one.
1 | AggregatedAutocorrelation(arr, aggregation.function)
|
arr |
KHIVA array with the time series. |
aggregation.function |
Function to be used in the aggregation. It receives an integer which indicates the function to be applied: 0 : mean, 1 : median 2 : min, 3 : max, 4 : stdev, 5 : var, default : mean |
KHIVA Array whose values contains the aggregated correlation for each time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.