Displaying 1 result from an estimated 1 matches for "fitarp".
Did you mean:
fitar
2012 Feb 01
0
AutoRegression with Subset of Lags/Coefficients
Hi,
In order to produce an autoregression where only certain lags are allowed,
specified in advance (e.g. c(1,2,5) ), I have found it necessary to look
beyond the standard [ar] function, thankfully discovering the [FitAR]
package, wherein the [FitARp] function provided exactly that capability.
However for my problem at hand, [FitARp] is vastly slower than [ar] -
taking hours rather than minutes. A lesser problem is that it recognises
only vectors and matrices, not [zoo] objects etc.
So I wonder:
1) Is there a further alternative with that cap...