Description Usage Arguments Value
Calculates the percentage of unique data points, that are present in the time series more than once.
\frac{\textit{number of data points occurring more than once}}{\textit{number of all data points})}
1 | PercentageOfReoccurringDatapointsToAllDatapoints(arr, is.sorted)
|
arr |
KHIVA array with the time series. |
is.sorted |
Indicates if the input time series is sorted or not. Defaults to false.. |
KHIVA array with the percentage of unique data points, that are present in the time series more than once.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.