Re: [R] Help me please...Large execution time in auto.arima() function

2007-11-08 Thread Joao Santos
Hello again, Sorry but the code that I insert wasn't write. Should be like this: fit_2323v_168f<-auto.arima(regts.ts, d = NA, D = NA, max.p = 2, max.q = 2, max.P = 1, max.Q = 1, max.order = 5, start.p=0, start.q=0, start.P=0, start.Q=0, stationary

[R] Help me please...Large execution time in auto.arima() function

2007-11-08 Thread Joao Santos
Hello, I using the fuction auto.arima() from package forecast to predict the values of p,d,q and P,D,Q. My problem is the execution time of this function, for example, a time series with 2323 values with seasonality to the week take over 8 hours to execute all the possibilities. I using a compute