estBlackBox               package:dse1               R Documentation

_E_s_t_i_m_a_t_e _a _T_S_m_o_d_e_l

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

     Estimate a TSmodel.

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

         estBlackBox(data,...)

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

    data: Data in an object of class TSdata.

     ...: Optional arguments depent on the function which is eventually
          called.

_D_e_t_a_i_l_s:

     The function makes a call the most promising procedure currently
     available. These tend to have names like estBlackBox1,
     estBlackBox2, estBlackBox4. This is an active area of ongoing
     research and so the actual routine called will probably change
     with new versions.

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

     A state space model in an object of class TSestModel.

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

     if(is.R()) data("egJofF.1dec93.data", package="dse1")
     goodmodel <- estBlackBox(egJofF.1dec93.data)

