

diffeq(timeslab)                             R Documentation

_F_i_n_d _F_u_t_u_r_e _V_a_l_u_e_s _o_f _a _D_i_f_f_e_r_e_n_c_e _E_q_u_a_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n_:

     Find Future Values of a Difference Equation

_U_s_a_g_e_:

     diffeq(alpha,p,n,e)

_A_r_g_u_m_e_n_t_s_:

   alpha: Array of length {`p'} containing AR coefficients
          $lpha$.

       p: Integer containing order $p(>0)$.

       n: Integer $(>{t{p}})$ containing the length of the
          realization.

       e: Array of length {`n'} containing the values for
          the general difference equation.

_V_a_l_u_e_:

       x: Array of length {`n'} containing the realization.

