Time-series forecasting is the application of statistical and machine learning models to predict future values in a sequence of data points ordered by time. It is a fundamental capability for autonomous agents requiring temporal reasoning, allowing them to project trends, anticipate events, and plan actions based on historical patterns. Core models include ARIMA, Prophet, LSTMs, and temporal convolution networks, which learn dependencies like seasonality and trend from past observations.
