
上QQ阅读APP看书,第一时间看更新
Analyzing time series using statsmodels
A time series is a series of values obtained at successive times. For example, the price of the stock market sampled every minute forms a time series. In cybersecurity, time series analysis can be very handy for predicting a cyberattack, such as an insider employee exfiltrating data, or a group of hackers colluding in preparation for their next hit.
Let's look at several techniques for making predictions using time series.