Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

TSDELTALOG

Time Series Lag Logarithmic Differences


Description

This function returns the L-lag logarithmic differences of the input time series.

Usage

TSDELTALOG(x = NULL, L = 1,  avoidCompliance = FALSE, ...)

Arguments

x

Input time series that must satisfy the compliance control check defined in is.bimets.

L

Lag.

avoidCompliance

If TRUE, compliance control check of input time series will be skipped. See is.bimets

...

Backward compatibility.

Value

This function returns a BIMETS time series.

See Also

Examples

#random TS
	n=10
	ts1=TSERIES(1:n,START=c(2000,1),FREQ='A')
	TABIT(ts1,TSDELTALOG(ts1,1))

bimets

Time Series and Econometric Modeling

v1.5.3
GPL-3
Authors
Andrea Luciani [aut, cre], Roberto Stok [aut], Bank of Italy [cph]
Initial release
2021-02-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.