emp_pacf: Empirical PACF

Description Usage Arguments

Description

Computes the empirical partial autocorrelation (PACF).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
emp_pacf(x, lag.max = 30, ...)

## S3 method for class 'Arima'
emp_pacf(x, lag.max = 30, ...)

## S3 method for class 'lm'
emp_pacf(x, lag.max = 30, ...)

## Default S3 method:
emp_pacf(x, lag.max = 30, ...)

Arguments

x

A data set, arima or lm

lag.max

A integer indicating the maximum lag to compute.


SMAC-Group/exts documentation built on May 9, 2019, 11:15 a.m.