tracé de l'autocorrélation Python
from statsmodels.graphics.tsaplots import plot_acf
plot_acf(myarray, lags=number_of_lags)
Ahh the negotiatior
from statsmodels.graphics.tsaplots import plot_acf
plot_acf(myarray, lags=number_of_lags)