File size: 1,639 Bytes
3af04c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Theory & Practice
[Autocorrelation](https://en.wikipedia.org/wiki/Autocorrelation
)

[Autocorrelation Plot](https://www.itl.nist.gov/div898/handbook/eda/section3/autocopl.htm)

[Autocorrelation time series in Python](https://www.alpharithms.com/autocorrelation-time-series-python-432909/)

[Gentle introduction to autocorrelation and partial autocorrelation](https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/)

[Partial autocorrelation function](https://en.wikipedia.org/wiki/Partial_autocorrelation_function)

[Partial autocorrelation plot](https://www.itl.nist.gov/div898/handbook/pmc/section4/pmc4463.htm)

[Plot_pacf, plot_acf, autocorrelation_plot and lag_plot](https://community.plotly.com/t/plot-pacf-plot-acf-autocorrelation-plot-and-lag-plot/24108/4)

[Serial Correlation](https://en.wikibooks.org/wiki/Econometric_Theory/Serial_Correlation)

[statsmodels.graphics.tsaplots.plot_acf](https://www.statsmodels.org/dev/generated/statsmodels.graphics.tsaplots.plot_acf.html)

[statsmodels.graphics.tsaplots.plot_pacf](https://www.statsmodels.org/dev/generated/statsmodels.graphics.tsaplots.plot_pacf.html)

[statsmodels.tsa.stattools.acf](https://www.statsmodels.org/dev/generated/statsmodels.tsa.stattools.acf.html)

[statsmodels.tsa.stattools.pacf.html](https://www.statsmodels.org/dev/generated/statsmodels.tsa.stattools.pacf.html)

[Time Series with Python](https://www.datacamp.com/tracks/time-series-with-python)

# Data
[NOAA Climate Data Online Search](https://www.ncdc.noaa.gov/cdo-web/search)

[Time Series with Python](https://www.datacamp.com/tracks/time-series-with-python)