boundary             package:strucchange             R Documentation

_B_o_u_n_d_a_r_y _F_u_n_c_t_i_o_n _f_o_r _S_t_r_u_c_t_u_r_a_l _C_h_a_n_g_e _T_e_s_t_s

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

     A generic function computing boundaries for structural change
     tests

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

     boundary(x, ...)

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

       x: an object. Use 'methods' to see which 'class' has a method
          for boundary.

     ...: additional arguments affecting the boundary.

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

     an object of class '"ts"' with the same time properties as the
     time series in 'x'

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

     'boundary.efp', 'boundary.mefp', 'boundary.Fstats'

