pacf(timeslab) | R Documentation |
Calculate Sample Partial Autocorrelation Function
pacf(x,m)
x |
Array of length $n$ containing the data. |
m |
Integer $(0<{m }<n)$ containing the number of partial
autocorrelations to find. |
pacf |
returns an array of length {m }
containing the partial autocorrelations. |