bshift: Backshift Operator Apply the backshift operator or lag...

View source: R/misc.R

bshiftR Documentation

Backshift Operator Apply the backshift operator or lag operator to a time series objective.

Description

Backshift Operator

Apply the backshift operator or lag operator to a time series objective.

Usage

bshift(x, k = 1)

Arguments

x

univariate or multivariate time series.

k

number of lags.

Examples

x <- arima.sim(model = list(ar = 0.8, sd = 0.5), n = 120)
bshift(x, k = 12)


biostatstudio/ZIM documentation built on June 2, 2025, 6:06 a.m.