NumberPeaks: NumberPeaks

Description Usage Arguments Value

Description

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.

Usage

1
NumberPeaks(arr, n)

Arguments

arr

KHIVA array with the time series.

n

The support of the peak.

Value

The number of m-crossings of each time series within arr.


shapelets/khiva-r documentation built on June 10, 2019, 4:58 a.m.