Rev 27497 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{toeplitz}\title{Form Symmetric Toeplitz Matrix}\usage{toeplitz(x)}\alias{toeplitz}\arguments{\item{x}{the first row to form the Toeplitz matrix.}}\description{Forms a symmetric Toeplitz matrix given its first row.}\value{The Toeplitz matrix.}\author{A. Trapletti}\examples{x <- 1:5toeplitz (x)}\keyword{ts}