Displaying 1 result from an estimated 1 matches for "mvgsignal".
Did you mean:
gsignal
2002 Aug 05
1
Modified ARMA function
R-guRus ,
ARMA function in tseries, seems to be calculating the AR coeff 's as
coef <- lm(xx[,1]~xx[,lag$ar+1])$coef [*snipped* from around line
77,]
I'd like to modify this model with another term somewhat in these lines
lm(xx[,1] ~xx[,lag$ar+1]+mvgsignal)$coef
where mvgsignal is a moving average signal based on some indicators, the
question
is could i simply hack into tseries and do this and hope all is well ,
is there a cleaner
way of specifying arbitrary parameters (additions) to GARCH and other
estimators?.
Please enlighten.
thanks in advance...