diffeq(timeslab) | R Documentation |
Find Future Values of a Difference Equation
diffeq(alpha,p,n,e)
alpha |
Array of length {p } containing AR coefficients $Valpha$. |
p |
Integer containing order $p(>0)$. |
n |
Integer $(>{tt{p}})$ containing the length of the realization. |
e |
Array of length {n } containing the values for the
general difference equation. |
x |
Array of length {n } containing the realization. |