[Rd] stats/arima.c memory allocation

2011-04-09 Thread Matteo Bertini
or bigger lags (without the r<350 limit). Here the modified code: https://gist.github.com/911292 The question is, there are theoretical guarantees that the iterative solution is the right solution? Some hints/directions/books? Matteo Bertini [[altern

Re: [Rd] key-value mapping in C inside R?

2011-01-03 Thread Matteo Bertini
ist to store the key-value map. It will be enough for testing and I'll use something better if needed. Thanks, Matteo Bertini __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] key-value mapping in C inside R?

2010-12-30 Thread Matteo Bertini
Il giorno 30/dic/2010, alle ore 16.03, Simon Urbanek ha scritto: > On Dec 30, 2010, at 7:50 AM, Matteo Bertini wrote: > >> I'm testing some modifications in arima.c. >> I've noticed that a big internal array of double (rbar) is usually sparse >> and I'd l

[Rd] key-value mapping in C inside R?

2010-12-30 Thread Matteo Bertini
-value mappings? Thanks, Matteo Bertini __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] maximum supported lag is 350

2009-07-23 Thread Matteo Bertini
Il 22-07-2009 16:26, Matteo Bertini ha scritto: I have found a strange error: > fit = Arima(flow, c(1,0,1), list(order=c(0,1,1), period=96*7)) Error in makeARIMA(trarma[[1L]], trarma[[2L]], Delta, kappa) : maximum supported lag is 350 Is in fact quite common to have a lag > 350 using a

[Rd] maximum supported lag is 350

2009-07-22 Thread Matteo Bertini
ard in traffic flow prediction litterature for example). Is there any reasons against doing what is suggested in the comment and avoid the hardcoded limit? Thanks, Matteo Bertini # https://svn.r-project.org/R/trunk/src/library/stats/src/arima.c SEXP getQ0(SEXP sPhi, SEXP sTheta) {