Same as max_min_norm, but it performs the operation in place, without allocating further memory.
1 | MaxMinNormInPlace(tss, high = 1, low = 1, epsilon = 1e-08)
|
tss |
KHIVA array with the time series. |
high |
Maximum final value (Defaults to 1.0). |
low |
Minimum final value (Defaults to 0.0). |
epsilon |
Safeguard for constant (or near constant) time series as the operation implies a unit scale operation between min and max values in the tss. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.