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