toeplitz {stats} | R Documentation |
Forms a symmetric Toeplitz matrix given its first row.
toeplitz(x, ...)
x |
the first row to form the Toeplitz matrix. |
... |
potential further arguments (for methods); none here. |
The Toeplitz matrix.
A. Trapletti
x <- 1:5
toeplitz (x)