toeplitz
Form Symmetric Toeplitz MatrixForms a symmetric Toeplitz matrix given its first row.
toeplitz(x)
x | the first row to form the Toeplitz matrix. |
The Toeplitz matrix.
A. Trapletti
x <- 1:5 toeplitz (x)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.