toepl(timeslab) | R Documentation |
Form Symmetric Toeplitz Matrix Given its First Row
toepl(R,R0,M)
R |
Array of length ${tt{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. |
G |
The desired Toeplitz matrix. |