stats (version 3.1.1)

toeplitz: Form Symmetric Toeplitz Matrix

Description

Forms a symmetric Toeplitz matrix given its first row.

Usage

toeplitz(x, ...)

Arguments

x
the first row to form the Toeplitz matrix.
...
potential further arguments (for methods); none here.

Value

The Toeplitz matrix.

Examples

Run this code
x <- 1:5
toeplitz (x)

Run the code above in your browser using DataCamp Workspace