toeplitz: Toeplitz matrix

View source: R/toeplitz.R

toeplitzR Documentation

Toeplitz matrix

Description

partial lag correlation Toeplitz matrix.

Usage

toeplitz(a)

Arguments

a

An array containing the estimated acf from function acf.

Value

a matrix.

Author(s)

Shelemyahu Zacks

Examples


toeplitz(acf(nottem, 5)$acf)


mistat documentation built on March 7, 2023, 6:43 p.m.