polypar               package:RTisean               R Documentation

_P_o_l_y_n_o_m_i_a_l _p_a_r_a_m_e_t_e_r _m_a_t_r_i_x

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

     Creates a matrix which can be used as input by the functions
     'polynomp' and 'polyback'.

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

     polypar(m = 2, p = 3)

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

       m: dimension of the polynomial. 

       p: order of the polynomial.

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

     A matrix, each line of which looks like: i_1, i_2, ..., i_d. 
     These i's define the order of the delay vector entries  in the
     term of the polynomial.

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

     'polynomp', 'polyback'.

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

     ## Not run: 

     polymat <-  polypar(m=3,p=2)

     ## End(Not run)

