Description Usage Arguments Details Value Author(s) See Also Examples
The trending
Computes bit-level (trending) representation from a vector.
1 | trending(x)
|
x |
the numeric vector (time series) |
Trending transforms time series to bit-level representation.
It is defined as follows:
repr_t = {1 if x_t - x_{t+1} < 0 , 0 otherwise,}
where x_t is a value of a time series.
the integer vector of zeros and ones
Peter Laurinec, <tsreprpackage@gmail.com>
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.