statistic: Auxiliary function that returns the sample acf values

Description Usage Arguments Value Author(s) Examples

View source: R/statistic.R

Description

Auxiliary function that returns the sample acf values

Usage

1

Arguments

ts

A time series object

Value

acf

acf values

Author(s)

Francisco Juretig

Examples

1
2
3
4
5
function (ts) 
{
    cm = acf(ts, plot = FALSE)
    return(cm$acf)
  }

timesboot documentation built on May 2, 2019, 2:37 p.m.