powered by
sazed estimates a time series' season length by combining 3 different estimates computed on an input time series and its 10-fold self-composed autocorrelation.
sazed
sazed(y)
The input time series.
The season length of the input time series.
# NOT RUN { season_length <- 26 y <- sin(1:400*2*pi/season_length) sazed(y) # }
Run the code above in your browser using DataLab