findg                  package:dse1                  R Documentation

_F_i_n_d _E_q_u_i_v_a_l_e_n_c_e _T_r_a_n_s_f_o_r_m_a_t_i_o_n

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

     Try to find a matrix g which makes two models equivalent.

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

         findg(model1, model2, minf=nlmin)

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

model1, model2: Objects of class TSmodel.

    minf: Algorithm used to minimize the difference.

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

     This is set up as a minimization problem with the objective  to
     reduce the squared difference between parameters.

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

     A matrix which converts one model to the other.

_N_o_t_e:

     WARNING: This program does not work very well.

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

     `gmap'

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

     # findg(model1, model2)

