powered by
The trending Computes bit-level (trending) representation from a vector.
trending
trending(x)
the numeric vector (time series)
the integer vector of zeros and ones
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.
clipping
# NOT RUN { trending(rnorm(50)) # }
Run the code above in your browser using DataLab