Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bshift

Backshift Operator


Description

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.

See Also

Examples

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

ZIM

Zero-Inflated Models (ZIM) for Count Time Series with Excess Zeros

v1.1.0
GPL-3
Authors
Ming Yang [aut, cre], Gideon Zamba [aut], Joseph Cavanaugh [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.