Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.toeplitz

test if argument is a symmetric Toeplitz matrix


Description

Auxilary function, used to validate the input of TrenchInverse

Usage

is.toeplitz(x)

Arguments

x

value to be tested

Details

A symmetric Toeplitz matrix of order n has (i,j)-entry of the form g[abs(1+i-j)], where g is a vector of length n.

Value

returns True or False according to whether x is or is not a symmetric Toeplitz matrix

Author(s)

A.I. McLeod

See Also

Examples

is.toeplitz(toeplitz(1:5))
is.toeplitz(5)

ltsa

Linear Time Series Analysis

v1.4.6
GPL (>= 2)
Authors
A.I. McLeod, Hao Yu, Zinovi Krougly
Initial release
2015-12-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.