Normalizes the given time series according to its maximum-minimum value and its mean. It follows the following formulae:
\acute{x} = \frac{x - mean(x)}{max(x) - min(x)}.
1 | MeanNormInPlace(tss)
|
tss |
KHIVA array with the time series. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.