Displaying 2 results from an estimated 2 matches for "pankratz".
Did you mean:
pankrath
2006 Mar 23
2
Default lag.max in ACF
Hi,
The default value for lag.max in ACF implementation is 10*log10(N)
There several publications recommending setting lag.max to:
- N/4 (Box and Jenkins, 1970; Chatfield, 1975; Anderson, 1976;
Pankratz, 1983; Davis, 1986; etc.)
- sqrt(N)+10 (Cryer, 1986)
- 20<=N<=40 (Brockwell and Davis)
Why R uses 10*log10(N) as a default?
Please, give me a reference to a book or article where the
recommendation for using lag.max=10*log10(N) is proposed and explained.
Thanks
Rafal
2007 Mar 07
1
good procedure to estimate ARMA(p, q)?
Hi all,
I have some residuals from regression, and i suspect they have correlations
in them...
I am willing to cast the correlation into a ARMA(p, q) framework,
what's the best way to identify the most suitable p, and q, and fit ARMA(p,
q) model and then correct for the correlations in regression?
I know there are functions in R, I have used them before, but I just want to
see if I can do