| toeplitz | R Documentation |
Creates symmetric and asymmetric Toeplitz matrices.
toeplitz.spam(x, y = NULL, eps = getOption("spam.eps"))
x |
the first row to form the Toeplitz matrix. |
y |
for asymmetric Toeplitz matrices, this contains the first column. |
eps |
A tolerance parameter: elements of |
The vector y has to be of the same length as x
and its first element is discarded.
The Toeplitz matrix in spam format.
Reinhard Furrer
toeplitz, circulant.spam
toeplitz.spam(c(1,.25,0,0,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.