3.6.12. statsmodels.graphics.tsaplots¶
Correlation plot functions.
3.6.12.1. Functions¶
acf (x[, unbiased, nlags, qstat, fft, alpha]) |
Autocorrelation function for 1d arrays. |
month_plot (x[, dates, ylabel, ax]) |
Seasonal plot of monthly data |
pacf (x[, nlags, method, alpha]) |
Partial autocorrelation estimated |
plot_acf (x[, ax, lags, alpha, use_vlines, ...]) |
Plot the autocorrelation function |
plot_pacf (x[, ax, lags, alpha, method, ...]) |
Plot the partial autocorrelation function |
quarter_plot (x[, dates, ylabel, ax]) |
Seasonal plot of quarterly data |
seasonal_plot (grouped_x, xticklabels[, ...]) |
Consider using one of month_plot or quarter_plot unless you need irregular plotting. |