Learn R Programming

starvars (version 1.1.10)

lrvarbart: Long-run variance using Bartlett kernel

Description

Function returns the long-run variance of a time series, relying on the Bartlett kernel. The window size of the kernel is the cube root of the sample size.

Usage

lrvarbart(x)

Arguments

x

a (T x 1) vector containing the time series over period T

Value

lrv

long-run variance

return

bandwidth size of the window

References

Hamilton J. D. (1994), Time Series Analysis. Princeton University Press; Tsay R.S. (2005), Analysis of Financial Time Series. John Wiley & SONS

Examples

Run this code
# NOT RUN {
data(Realized)
lrvarbart(Realized[,1])

# }

Run the code above in your browser using DataLab