I = Integrated: Refers to differencing the time series to make \(z_t\) which is stationary (i.e., removing trends).
A = AutoRegressive (AR): An additive weighted sum of past values to model the current value.
MA = Moving Average: Uses an additive weighted sum past forecast errors to model the current value.
\[z_t = \phi_1 z_{t-1} + \dots + \phi_p z_{t-p} + \epsilon_t\] \[\epsilon_t = \theta e_t + \dots + \theta_q e_{t-q}\]