statsmodels.tsa.arima_process.ArmaProcess.periodogram

ArmaProcess.periodogram(nobs=None)[ソース]

Periodogram for ARMA process given by lag-polynomials ar and ma.

Returns:
wndarray

The frequencies.

sdndarray

The periodogram, also known as the spectral density.

Notes

Normalization ?

This uses signal.freqz, which does not use fft. There is a fft version somewhere.


最終更新日: 2025年01月28日