Ma                  package:signal                  R Documentation

_C_r_e_a_t_e _a _m_o_v_i_n_g _a_v_e_r_a_g_e (_M_A) _m_o_d_e_l

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

     Returns a moving average MA model. The model could represent a
     filter or system model.

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

     Ma(b)

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

       b: moving average (MA) polynomial coefficients 

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

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

     A list with the MA polynomial coefficients of class 'Ma'.

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

     Tom Short, EPRI Solutions, Inc., (tshort@eprisolutions.com)

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

     See also 'Arma'

