tacvfARMA: Computes TACVF

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Computes TACVF

Usage

1
tacvfARMA(phi = numeric(0), theta = numeric(0), maxlag = 20, useCt = TRUE, sigma2 = 1)

Arguments

phi

AR parameter vector

theta

MA parameter vector

maxlag

computes at lags 0,1,...,maglag

useCt

default is to use C interface otherwise use R source

sigma2

innovation variance

Details

See McLeod Why better

Value

vector of length maxlag+1 containing autocovariances at lags 0 to maxlag

Author(s)

A. I. McLeod

References

McLeod (1975)

See Also

ARMAacf

Examples

1
2+2

Example output

[1] 4

cents documentation built on May 1, 2019, 8:19 p.m.

Related to tacvfARMA in cents...