statsmodels.tsa.arima_process.ArmaProcess.acovf¶
-
ArmaProcess.acovf(nobs=
None)[ソース]¶ Theoretical autocovariances of stationary ARMA processes
- Parameters:¶
- nobs
int The number of terms (lags plus zero lag) to include in returned acovf.
- nobs
- Returns:¶
ndarrayThe autocovariance of ARMA process given by ar, ma.
References
最終更新日:
2025年01月28日