znorm: Z-normalizes a time series by subtracting its mean and dividing by the standard deviation.
Description
Z-normalizes a time series by subtracting its mean and dividing by the standard deviation.
Usage
znorm(ts, threshold = 0.01)
Arguments
ts
the input time series.
threshold
the z-normalization threshold value, if the input time series' standard
deviation will be found less than this value, the procedure will not be applied,
so the "under-threshold-noise" would not get amplified.
References
Dina Goldin and Paris Kanellakis,
On similarity queries for time-series data: Constraint specification and implementation.
In Principles and Practice of Constraint Programming (CP 1995), pages 137-153. (1995)