ldhmm.ts_abs_acf | R Documentation |
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.
ldhmm.ts_abs_acf(x, drop = 0, lag.max = 100)
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. |
a vector of ACF
Stephen H. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.