setTSmodelParameters          package:dse1          R Documentation

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

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

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

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

         setTSmodelParameters(model, constants=NULL)
         ## Default S3 method:
         setTSmodelParameters(model, constants=NULL)
         ## S3 method for class 'ARMA':
         setTSmodelParameters(model, constants=NULL)
         ## S3 method for class 'SS':
         setTSmodelParameters(model, constants=NULL)

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

   model: An object of class TSmodel.

constants: A list of logical arrays indicating TRUE for any model array
          entries that should be treated as constants.

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

     An object of class 'TSmodel'.

_S_e_e _A_l_s_o:

     'setArrays'

_E_x_a_m_p_l_e_s:

         if(is.R()) data("eg1.DSE.data.diff", package="dse1")
         model <- estVARXls(eg1.DSE.data.diff)
         model <- setTSmodelParameters(model)

