[R] optim fails when using arima

2008-07-29 Thread MAIDER MATEOS DEL PINO
Hi all, I´m using the arima() function to study a time series but it gives me the following error: Error en optim(init[mask], armafn, method = "BFGS", hessian = TRUE, control = optim.control, : non-finite finite-difference value [3] I know that I can change the method of the arima() t

Re: [R] optim fails when using arima

2008-08-01 Thread Spencer Graves
MAIDER MATEOS DEL PINO wrote: Hi all, I´m using the arima() function to study a time series but it gives me the following error: Error en optim(init[mask], armafn, method = "BFGS", hessian = TRUE, control = optim.control, : non-finite finite-difference value [3] I know that I can ch