Library: | times |
See also: | acf pacf pacfplot fft invfft |
Macro: | acfplot | |
Description: | plots the autocorrelation function of a time series. |
Usage: | acfplot(x {, maxlag}) | |
Input: | ||
x | vector (time series) | |
maxlag (optional) | Integer (maximum lag plotted, default 30) |
library("times") x=normal(100) acfplot(x)
generates a graphical object wich represents the autocorrelation function of a time series
Library: | times |
See also: | acf pacf pacfplot fft invfft |