Learn R Programming

sazedR (version 2.0.2)

preprocessTs: Preprocess Time Series for SAZED ensemble

Description

preprocessTs detrends and z-normalizes its argument.

Usage

preprocessTs(y)

Arguments

y

The input time series.

Value

The detrended and z-normalized time series.

Examples

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

Run the code above in your browser using DataLab