Table of Contents
statsmodels.tsa.api.
periodogram
Returns the periodogram for the natural frequency of X
X : array-like
Array for which the periodogram is desired.
pgram : array
1./len(X) * np.abs(np.fft.fft(X))**2
References
Brockwell and Davis.