setArrays                package:dse1                R Documentation

_S_e_t _T_S_m_o_d_e_l _A_r_r_a_y _I_n_f_o_r_m_a_t_i_o_n

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

     Complete parameter array information based on parameter vector
     settings. This function is used internally and is not normally
     called by a user.

_U_s_a_g_e:

         setArrays(model, coefficients=NULL)
         ## S3 method for class 'ARMA':
         setArrays(model, coefficients=NULL)
         ## S3 method for class 'SS':
         setArrays(model, coefficients=NULL)
         ## S3 method for class 'TSestModel':
         setArrays(model, coefficients=NULL)
         

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

   model: An object of class TSmodel.

coefficients: A vector of new values for the model coefficients
          (parameters).

_V_a_l_u_e:

     A TSmodel object.

