Description Usage Arguments Value
Calculates the number of peaks of at least support n in the time series arr. A peak of support n is defined as a subsequence of arr where a value occurs, which is bigger than its n neighbours to the left and to the right.
1 | NumberPeaks(arr, n)
|
arr |
KHIVA array with the time series. |
n |
The support of the peak. |
The number of m-crossings of each time series within arr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.