emp_acf: Empirical ACF Plot

Description Usage Arguments

Description

Empirical ACF Plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
emp_acf(x, lag.max = 30L, type = "correlation", robust = FALSE, ...)

## S3 method for class 'Arima'
emp_acf(x, lag.max = 30L, type = "correlation",
  robust = FALSE, ...)

## S3 method for class 'lm'
emp_acf(x, lag.max = 30L, type = "correlation",
  robust = FALSE, ...)

## Default S3 method:
emp_acf(x, lag.max = 30L, type = "correlation",
  robust = FALSE, ...)

Arguments

x

A data set, arima or lm

lag.max

A integer indicating the length of the data.

type

A string with either "correlation" or "covariance"

robust

A boolean indicating whether to use a robust estimation.


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