ARIMA stands for AutoRegressive Integrated Moving Average, one of the most widely used models for time series forecasting.
AutoRegressive (AR): Model uses past values of the variable to predict future values.
Integrated (I): Differencing is applied to make the time series stationary.
Moving Average (MA): Model incorporates past forecast errors into predictions.
Option B: Correct — autoregressive + moving average is part of ARIMA’s name.
Options A, C, D: Incorrect because these terms are not recognized statistical modeling frameworks.
Option E: Incorrect, since only B is valid.
Thus, the correct answer is Option B.
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Analytics: Time Series Models (AR, MA, ARIMA)., ]