

toepl(timeslab)                              R Documentation

_F_o_r_m _S_y_m_m_e_t_r_i_c _T_o_e_p_l_i_t_z _M_a_t_r_i_x _G_i_v_e_n _i_t_s _F_i_r_s_t _R_o_w

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

     Form Symmetric Toeplitz Matrix Given its First Row

_U_s_a_g_e_:

     toepl(R,R0,M)

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

       R: Array of length ${t{n}}-1$ containing the second
          through {`n'}th elements of the first row of the
          Toeplitz matrix.

      R0: Real scalar containing the value for the diagonal
          of the Toeplitz matrix.

       M: Size of the resulting matrix.

_V_a_l_u_e_:

       G: The desired Toeplitz matrix.

