Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Stationarity in time series analysis, by Shay Palachy: https://towardsdatascience.com/stationarity-in-time-series-analysis-90c94f27322
- Comparing ADF Test Functions in R, by Fabian Kostadinov (the same concepts can be implemented in Python as well): https://fabian-kostadinov.github.io/2015/01/27/comparing-adf-test-functions-in-r/
- Kendall’s Tau: https://www.statisticshowto.com/kendalls-tau/
- Mann-Kendall trend test: https://www.statisticshowto.com/wp-content/uploads/2016/08/Mann-Kendall-Analysis-1.pdf
- Theil-Sen estimator: https://en.wikipedia.org/wiki/Theil%E2%80%93Sen_estimator
- Statistical inference with correlograms – Wikipedia: https://en.wikipedia.org/wiki/Correlogram#Statistical_inference_with_correlograms
- White test for Heteroscedasticity Detection: https://itfeature.com/heteroscedasticity/white-test-for-heteroskedasticity...