Learn R Programming

tfarima (version 0.4.1)

std: Standardize time series

Description

Centers and scales a time series to zero mean and unit variance.

Usage

std(x)

Value

Standardized time series with same class as input.

Arguments

x

A ts object or numeric vector.