Kurozumi_Bartlett | R Documentation |
Compute the Bartlett kernel proposed by Kurozumi (2002) to obtains consistent estimate of long-run variance.
Kurozumi_Bartlett(e)
e |
data that needs to compute consistent long-run variance, normally, regression residuals |
Return the consistent estimate of long-run variance, Bartlett kernel proposed by Kurozumi (2002).
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
Kurozumi, E. (2002) Testing for stationarity with a break. Journal of Econometrics,108(1), 105-127.
data(macro)
y=macro[,"INF"]
e=y-mean(y)
Kurozumi_Bartlett(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.