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