A seasonal ARIMA model with period 168 is normally unrealistic: how long is the series? This model has several hundred parameters.
I suggest you try arima0, as that is likely to use less memory, but either is going to be inefficient as you are essentially fitting 168 separate ARMA(1, 2) models for (I guess) each hour of the week. (The basic information we ask for in the posting guide such as the version of R and your platform is missing here.) On Thu, 6 Oct 2005 [EMAIL PROTECTED] wrote: > (please CC me as I have attempted to subscribe but got no reply) > > > arima(t, order = c(0, 0, 0), seasonal = list(order = c(1, 0, 2), period = > 168)) > > Program received signal SIGSEGV, Segmentation fault. > 0xb77e405a in getQ0 (sPhi=0xae17fc, sTheta=0xc8) at arima.c:775 > 775 rbar[ithisr++] = cbar * rbthis + sbar * xk; > (gdb) > > What should I do about this? Do you want the data file? > Please let me know what I can do to help. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel