ldhmm.ts_abs_acf: Computing ACF of the absolute value of a time series

Description Usage Arguments Value Author(s)

Description

This utility computes the ACF of the absolute value of a time series as a proxy of the auto-correlation of the volatility. It allows to drop the largest N outliers so that they would not skew the ACF calculation.

Usage

1
ldhmm.ts_abs_acf(x, drop = 0, lag.max = 100)

Arguments

x

numeric, the observations.

drop

a positive integer, specifying number of outliers to be dropped.

lag.max

a positive integer, specifying number of lags to be computed.

Value

a vector of ACF

Author(s)

Stephen H. Lihn


ldhmm documentation built on Jan. 11, 2020, 9:16 a.m.