PercentageOfReoccurringValuesToAllValues: PercentageOfReoccurringValuesToAllValues

Description Usage Arguments Details Value

Description

Calculates the percentage of unique values, that are present in the time series more than once.

Usage

1

Arguments

arr

KHIVA array with the time series.

is.sorted

Indicates if the input time series is sorted or not. Defaults to false.

Details

\frac{\textit{number of values occurring more than once}}{\textit{number of all values})}

This means the percentage is normalized to the number of unique values, in contrast to the PercentageOfReoccurringDatapointsToAllDatapoints.

Value

: KHIVA array with the percentage of unique values, that are present in the time series more than once.


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