statsmodels.sandbox.tsa.fftarma.ArmaFft.acf¶ ArmaFft.acf(lags=None)¶ Theoretical autocorrelation function of an ARMA process. Parameters:¶ lagsintThe number of terms (lags plus zero lag) to include in returned acf. Returns:¶ ndarrayThe autocorrelations of ARMA process given by ar and ma. See also arma_acovfAutocovariances from ARMA processes. acfSample autocorrelation function estimation. acovfSample autocovariance function estimation.