Description Usage Arguments Value
Calculates if the distribution of arr *looks symmetric*. This is the case if
| mean(arr)-median(arr)| < r * (max(arr)-min(arr))
1 | SymmetryLooking(arr, r)
|
arr |
KHIVA array with the time series. |
r |
The percentage of the range to compare with. |
An array denoting if the input time series look symmetric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.