Durbin: Computes the pacf using the Durbin method

DurbinR Documentation

Computes the pacf using the Durbin method

Description

For a given acf function, computes the pacf

Usage

Durbin(the.acf, lag.max = 10)

Arguments

the.acf

A vector giving the acf function.

lag.max

integer saying how many pacf values to compute. The default is 10.

Examples

Durbin(c(0.4, rep(0,100)))
Durbin(0.9^(1:100))



wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.