powered by
The function multiplies the AR (or MA) factors of a model to produce the model in unfactored form. Requires the CRAN package 'PolynomF'.
mult.wge(fac1 = 0, fac2 = 0, fac3 = 0, fac4 = 0, fac5 = 0, fac6 = 0)
The characteristics polynomial of the full model
Model coefficients of the full model using notation in "Applied Time Series Analysis, 2nd edition" by Woodward, Gray, and Elliott
First factor to be multiplied
Second factor to be multiplied
Third factor to be multiplied (you may use a maximum of 6 factors)
Fourth factor to be multiplied (you may use a maximum of 6 factors)
Fifth factor to be multiplied (you may use a maximum of 6 factors)
Sixth factor to be multiplied (you may use a maximum of 6 factors)
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
fac1=c(1.6,-.9) fac2=.8 mult.wge(fac1,fac2)
Run the code above in your browser using DataLab