Loading...
CFA Level 2
Quantitative Methods

Evaluation of ARIMA Model Performance

Hard Time-series Analysis Model Evaluation

During a recent analysis of quarterly sales data for a retail company, a finance team employed an autoregressive integrated moving average (ARIMA) model to forecast future sales. After estimating the model parameters and generating out-of-sample forecasts, they calculated the Mean Absolute Error (MAE) and the Root Mean Squared Error (RMSE) to evaluate the accuracy of their predictions.

Given that MAE is defined as:

$$ MAE =\frac{1}{n} imes ext{sum}(| ext{Actual} - ext{Forecast}|) $$

and RMSE is defined as:

$$ RMSE =\frac{1}{n} imes ext{sqrt}( ext{sum}(( ext{Actual} - ext{Forecast})^2)) $$

If the finance team reported an MAE of 100 and an RMSE of 200, which of the following statements regarding the evaluation of their ARIMA model is correct?

Hint

Submitted6.0K
Correct4.6K
% Correct77%