toeplitz | R Documentation |
Forms 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.