Time Series Lag Differences (Delta)
This function returns the O
-order, L
-lag differences of the input time series.
TSDELTA(x = NULL, L = 1, O = 1, avoidCompliance = FALSE, ...)
This function returns a BIMETS time series.
#random TS n=10 xArr=rnorm(n) ts1=TSERIES(xArr,START=c(2000,1),FREQ='A') TABIT(ts1,TSDELTA(ts1,1,1),TSDELTA(ts1,1,2),TSDELTA(ts1,1,3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.