View source: R/bimets_ts_functions.R
TSDELTALOG | R Documentation |
This function returns the L
-lag logarithmic differences of the input time series.
TSDELTALOG(x = NULL, L = 1, avoidCompliance = FALSE, ...)
x |
Input time series that must satisfy the compliance control check defined in |
L |
Lag. |
avoidCompliance |
If |
... |
Backward compatibility. |
This function returns a BIMETS time series.
TSDELTAP
TSLAG
MOVAVG
INTS
CUMSUM
#sequence TS
n<-10
ts1<-TSERIES(1:n,START=c(2000,1),FREQ='A')
TABIT(ts1,TSDELTALOG(ts1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.