Autoregressive Model (AR)
Given a time series , a -th order autoregressive model (denoted AR()) is defined as a linear function of the input series :
where are the model coefficients and the series can represent either a controlled external input or noise. Note that the expression
describes a convolution filter. We can implement AR() using either a feedforward neural network with a rolling window or a convolutional network on the entire series.