powered by
azed computes the autocorrelation of its argument, and then derives the season length from its the autocorrelations zero density.
azed
azed(y, preprocess = T)
The input time series.
If true, y is detrended and z-normalized before computation.
The AZED season length estimate of y.
# NOT RUN { season_length <- 26 y <- sin(1:400*2*pi/season_length) azed(y) azed(y, preprocess = FALSE) # }
Run the code above in your browser using DataLab