powered by
preprocessTs detrends and z-normalizes its argument.
preprocessTs
preprocessTs(y)
The input time series.
The detrended and z-normalized time series.
# NOT RUN { season_length <- 26 y <- sin(1:400*2*pi/season_length) preprocessTs(y) # }
Run the code above in your browser using DataLab