mse                  package:tsDyn                  R Documentation

_M_e_a_n _S_q_u_a_r_e _E_r_r_o_r

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

     Generic function to compute the Mean Squared Error of a fitted
     model.

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

     mse(object, ...)

     ## Default S3 method:
     mse(object, ...)

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

  object: object of class 'nlar.fit' 

     ...: additional arguments to 'mse' 

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

     Computed MSE for the fitted model.

_A_u_t_h_o_r(_s):

     Antonio, Fabio Di Narzo

