Time series statistics (ACF and PACF):
- How to use ACF: https://coolstatsblog.com/2013/08/07/how-to-use-the-autocorreation-function-acf/
- Identifying the number of AR or MA terms in an ARIMA model: https://people.duke.edu/~rnau/411arim3.htm
Auto-regressive models:
- A more mathematical introduction to AR models: https://onlinecourses.science.psu.edu/stat501/node/358
- github.com/sajari/regression docs: https://godoc.org/github.com/sajari/regression
ARMA/ARIMA models:
- Introduction to ARIMA: https://people.duke.edu/~rnau/411arim.htm
Anomaly detection:
- InfluxDB: https://www.influxdata.com/
- Prometheus: https://prometheus.io/
- github.com/lytics/anomalyzer docs: https://godoc.org/github.com/lytics/anomalyzer
- github.com/sec51/goanomaly docs: https://godoc.org/github.com/sec51/goanomaly