Form Symmetric Toeplitz Matrix
Usage
toeplitz (x)
Arguments
x
the first row to form the Toeplitz matrix.
Description
Forms a symmetric Toeplitz matrix given its first row.
Value
The Toeplitz matrix.
Author(s)
A. Trapletti
Examples
x <- 1:5 toeplitz (x)
[Package Contents]