Learn R Programming

mistat (version 2.0.4)

toeplitz: Toeplitz matrix

Description

partial lag correlation Toeplitz matrix.

Usage

toeplitz(a)

Value

a matrix.

Arguments

a

An array containing the estimated acf from function acf.

Author

Shelemyahu Zacks

Examples

Run this code

toeplitz(acf(nottem, 5)$acf)

Run the code above in your browser using DataLab