Learn R Programming

FGN (version 2.0-12)

acvfPLS: autocovariance function for PLS model

Description

The autocovariance function is computed for the PLS time series model.

Usage

acvfPLS(alpha, maxlag)

Arguments

alpha
decay parameter
maxlag
maximum lag

Value

vector of maxlag+1 containing the autocovariances at lags 0, 1, ..., maxlag.

See Also

LLPLA

Examples

Run this code
acvfPLS(0.4, 10)

Run the code above in your browser using DataLab