stats (version 3.3.2)

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.

Value

The Toeplitz matrix.

Examples

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

Run the code above in your browser using DataCamp Workspace