S: Compute the S component of the SAZED ensemble

Description Usage Arguments Value Examples

View source: R/sazed.R

Description

S computes the spectral density of its argument, and then derives the season length from it.

Usage

1
S(y, preprocess = T)

Arguments

y

The input time series.

preprocess

If true, y is detrended and z-normalized before computation.

Value

The S season length estimate of y.

Examples

1
2
3
4
season_length <- 26
y <- sin(1:400*2*pi/season_length)
S(y)
S(y, preprocess = FALSE)

sazedR documentation built on Oct. 23, 2020, 6:37 p.m.

Related to S in sazedR...