Learn R Programming

sazedR (version 2.0.2)

sazed: SAZED Ensemble (Optimum)

Description

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.

Usage

sazed(y)

Arguments

y

The input time series.

Value

The season length of the input time series.

Examples

Run this code
# NOT RUN {
season_length <- 26
y <- sin(1:400*2*pi/season_length)
sazed(y)
# }

Run the code above in your browser using DataLab