Quantcast

interrupted time series analysis using ARIMA models

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

interrupted time series analysis using ARIMA models

Berta-2-3
Hi R-users,
I have a time series  with different impacts I want to evaluate.
An appropriate model, for a particular impact input variable is:  

Y_t=(w/(1-d)B) X_t + ARIMA part, using notation as in Box and Tiao (1975)

I would like to know if there exists a library with which I could estimate this model, or with
if with arima(y, order=c(0, 0,1), xreg=" ") do it.
SAS call them transfer functions and easily acomodate them using
proc ARIMA  estimate q=1 input=(/(1)x) ;

Please if someone is sure that it is not possible in R, please let me know as well!!!

Thanks,

Berta
        [[alternative HTML version deleted]]

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