Learn R Programming

mistat (version 2.0.3)

toeplitz: 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.

Examples

Run this code
# NOT RUN {
toeplitz(acf(nottem, 5)$acf)

# }

Run the code above in your browser using DataLab