statsmodels.tsa.arima_process.ArmaProcess.acf¶
- ArmaProcess.acf(lags=None)[source]¶
Theoretical autocorrelation function of an ARMA process.
- Parameters:¶
- lags
int The number of terms (lags plus zero lag) to include in returned acf.
- lags
- 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