toepl(timeslab)R Documentation

Form Symmetric Toeplitz Matrix Given its First Row

Description

Form Symmetric Toeplitz Matrix Given its First Row

Usage

toepl(R,R0,M)

Arguments

R Array of length ${tt{n}}-1$ containing the second through {n}th elements of the first row of the Toeplitz matrix.
R0 Real scalar containing the value for the diagonal of the Toeplitz matrix.
M Size of the resulting matrix.

Value

G The desired Toeplitz matrix.


[Package Contents]