stats (version 3.6.0)

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
# NOT RUN {
x <- 1:5
toeplitz (x)
# }

Run the code above in your browser using DataCamp Workspace