MAPE                  package:tsDyn                  R Documentation

_M_e_a_n _A_b_s_o_l_u_t_e _P_e_r_c_e_n_t _E_r_r_o_r

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

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

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

     MAPE(object, ...)

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

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

  object: object of class 'nlar.fit' 

     ...: additional arguments to 'MAPE' 

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

     Computed MAPE for the fitted model.

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

     Antonio, Fabio Di Narzo

