diff_inv: Discrete Intergral: Inverse Difference

Description Usage Arguments

View source: R/RcppExports.R

Description

Takes the inverse difference (e.g. goes from diff() result back to previous vector)

Usage

1
2
3
4
5
intgr_vec(x, xi, lag)

diff_inv_values(x, lag, d, xi)

diff_inv(x, lag, d)

Arguments

x

A vec containing the data

xi

A vec with length lag*d that provides initial values for the integration.

lag

An unsigned int indicating the lag between observations.

d

An unsigned int which gives the number of "differences" to invert.


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