Introduction - If you have any usage issues, please Google them yourself
Computes ACF for a given series. Returns a vector of autocorrelations through lag p. Also produces bar graph of autocorrelations, with rejection region bands for testing (under white noise assumption) each autocorrelation = 0.
Example: >> myacf = acf(y,12)
Does not require any toolboxes.
MATLAB release MATLAB 7.8 (R2009a)