tsa
statsmodels.tsa.stattools.
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.
statsmodels.tsa.stattools.ccf
statsmodels.tsa.stattools.adfuller
Enter search terms or a module, class or function name.