Description Usage Arguments Value
Normalizes the given time series according to its maximum value and adjusts each value within the range (-1, 1).
1 | DecimalScalingNorm(tss)
|
tss |
KHIVA array with the time series. |
: KHIVA array with the same dimensions as tss, whose values (time series in dimension 0) have been normalized by dividing each number by 10^j, where j is the number of integer digits of the max number in the time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.