diff_cpp: Lagged Differences in Armadillo

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

Returns the ith difference of a time series of rth lag.

Usage

1
diff_cpp(x, lag, differences)

Arguments

x

A vec that is the time series

lag

A unsigned int that indicates the lag

differences

A dif that indicates how many differences should be taken

Value

A vector containing the differenced time series.

Author(s)

JJB

Examples

1
2
x = rnorm(10, 0, 1)
diff_cpp(x,1,1)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.