statsmodels.sandbox.tsa.fftarma.ArmaFft.acf
-
ArmaFft.acf(lags=None)
Theoretical autocorrelation function of an ARMA process.
- Parameters:
- lags
int The 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.
Last update:
Jun 10, 2024