Description Usage Arguments Value
Calculates the number of m-crossings. A m-crossing is defined as two sequential values where the first value is lower than m and the next is greater, or viceversa. If you set m to zero, you will get the number of zero crossings.
1 | NumberCrossingM(arr, m)
|
arr |
KHIVA array with the time series. |
m |
The m value. |
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.