toeplitz                 package:ts                 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

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

     Forms a symmetric Toeplitz matrix given its first row.

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

     toeplitz (x)

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

       x: the first row to form the Toeplitz matrix.

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

     The Toeplitz matrix.

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

     A. Trapletti

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

     x <- 1:5
     toeplitz (x)

