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. 参考 arma_acovfAutocovariances from ARMA processes. acfSample autocorrelation function estimation. acovfSample autocovariance function estimation. 最終更新日: 2025年01月28日