Adjusts the time series in the given input and performs z-norm inplace (without allocating further memory).
1 | ZnormInPlace(arr, epsilon = 1e-08)
|
arr |
KHIVA array with the time series. |
epsilon |
epsilon Minimum standard deviation to consider. It acts as a gatekeeper for those time series that may be constant or near constant. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.