Hello,

How can an interative unit root test be implemented in R?
More specifically, given a time series, I wish to perform the Dickey 
Fuller Test on a daily basis for say the last 100 observations. It would 
be interative in the sense that this test would be repeated each day for 
the last 100 observations.
Given the daily Dickey Fuller estimates of delta for the autoregressive 
process

d(Y(t)) = delta * Y(t-1) + u(t)

, the significance of delta would be computed. If possible, I would like 
to extract that value and record it in a table, that is a table 
containing the tau-values of a each day's calculations.


How can such a test be done in R? More specifically, how can it be 
programmed to iteratively perform the test and also how to extract the 
t-values on a daily basis?


Thank you.

Sincerely,

Bernd Dittmann

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to