SymmetryLooking: SymmetryLooking

Description Usage Arguments Value

Description

Calculates if the distribution of arr *looks symmetric*. This is the case if

| mean(arr)-median(arr)| < r * (max(arr)-min(arr))

Usage

1

Arguments

arr

KHIVA array with the time series.

r

The percentage of the range to compare with.

Value

An array denoting if the input time series look symmetric.


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