Time Series Forecasting Models Quiz

Time Remaining:
15:00

Student Information

Question 1: Model Identification

Examine the ACF and PACF plots below:

ACF and PACF Plots ACF PACF 1 3 5 7 9 1 3 5 7 9 Lag ACF PACF Significance bounds

Based on these ACF and PACF plots, which time series model is most appropriate for this data?

Question 2: Model Identification

Examine the ACF and PACF plots below:

ACF and PACF Plots ACF PACF 1 3 5 7 9 1 3 5 7 9 Lag ACF PACF Significance bounds

Based on these ACF and PACF plots, which time series model is most appropriate for this data?

Question 3: Seasonality Detection

The chart below shows monthly sales data for a retail company over a 3-year period:

Monthly Retail Sales (2019-2021) Jan'19 Jul'19 Jan'20 Jul'20 Jan'21 0 25 50 75 100 Monthly Sales December Sales

What can be concluded about the seasonality in this retail sales data?

Question 4: ARIMA Model Results

The following table shows the results of fitting several ARIMA models to a time series dataset:

Model AIC BIC RMSE MAE Residual Q-test p-value
ARIMA(1,1,0) 326.45 334.21 4.32 3.45 0.03
ARIMA(0,1,1) 322.18 329.94 4.25 3.38 0.08
ARIMA(1,1,1) 318.72 329.86 4.15 3.30 0.21
ARIMA(2,1,0) 324.56 335.70 4.28 3.41 0.07
ARIMA(0,1,2) 320.34 331.48 4.20 3.35 0.15

Based on the model comparison results, which ARIMA model should be selected as the best for this time series?

Question 5: Forecast Accuracy Comparison

The table below compares the forecast accuracy of different time series models for quarterly revenue predictions:

Model RMSE MAE MAPE Training Time (s) Number of Parameters
ARIMA(2,1,1) 145.32 112.45 8.7% 1.2 3
Prophet 132.18 105.76 7.9% 3.5 NA
Holt-Winters 128.43 102.31 7.5% 0.9 3
SARIMA(1,1,1)(1,0,1)4 126.85 100.24 7.2% 2.1 5

Based on this comparison, which model would you select if the primary concern is forecast accuracy?

Question 6: Time Series Decomposition

Below is a classical decomposition of monthly hotel bookings data:

Hotel Bookings - Time Series Decomposition Original Data Trend Component Seasonal Component Residual Component J M M J S N J M M J S Original Data Trend Component Seasonal Component Residual Component

What is the most accurate description of this time series based on its decomposition?

Question 7: Prophet Model Components

Below are the component plots from a Facebook Prophet model for an e-commerce company's daily sales data:

Prophet Model Components Trend Component Weekly Component Mon Tue Wed Thu Fri Sat Sun Yearly Component Jan Mar May Jul Sep Nov Jan Holidays Component Forecast with 80% CI Forecast Start Trend Weekly Yearly Holidays Forecast

Based on the Prophet component plots, what is the most accurate business interpretation?

Question 8: Stationarity Assessment

Below are two time series plots, along with their respective Augmented Dickey-Fuller (ADF) test results:

Time Series Stationarity Assessment Series A ADF Test Results: ADF Statistic: -1.45 p-value: 0.56 Series B ADF Test Results: ADF Statistic: -3.89 p-value: 0.002 First Difference of Series A ADF Test Results: ADF Statistic: -4.52 p-value: 0.0003

Based on the time series plots and ADF test results, which statement is correct?

Question 9: SARIMA Model Selection

Below is a time series of monthly airline passenger counts along with the ACF and PACF of the differenced series:

Monthly Airline Passengers Original Time Series ACF of Differenced Series PACF of Differenced Series 1 3 5 7 9 1 3 5 7 9 Lag Model Comparison Model AIC BIC ARIMA(1,1,1)(0,0,0) 542.3 553.1 ARIMA(1,1,1)(1,0,1)12 418.7 435.9 ARIMA(0,1,1)(0,1,1)12 405.2 419.8

Based on the time series characteristics and model comparison, which SARIMA model specification is most appropriate for this airline passenger data?

Question 10: Residual Analysis

The following plots show residual diagnostics for an ARIMA model fit to quarterly GDP growth:

ARIMA Model Residual Diagnostics Residuals Over Time ACF of Residuals Residuals Over Time QQ Plot Histogram of Residuals Ljung-Box Test Q(10) = 8.72 p-value = 0.56 Shapiro-Wilk Test W = 0.98 p-value = 0.42

Based on these residual diagnostic plots, what can you conclude about the ARIMA model fit?

Question 11: Forecasting Method Comparison

Below is a comparison of forecast results from Holt-Winters and SARIMA models for quarterly sales data:

Forecast Comparison: Holt-Winters vs SARIMA Forecast Start Q1 2020 Q1 2021 Q1 2022 Q1 2023 Q4 2023 0 50 100 150 200 Actual Sales Holt-Winters Forecast SARIMA Forecast Error Metrics MAPE RMSE 8.2% 12.5 6.8% 10.3

Based on the forecast comparison chart and error metrics, which statement is most accurate about the two forecasting methods?

Question 12: Time Series Transformations

The plots below show a time series before and after different transformations:

Time Series Transformations Original Series Log Transformation First Differencing ADF Test Results Original: p = 0.45 Log: p = 0.32 Differenced: p = 0.001

Based on the transformations and ADF test results, which statement is correct about achieving stationarity?

Question 13: Prophet Components Analysis

The following table shows the breakdown of Prophet model components for daily website traffic:

Component Average Effect Min Effect Max Effect % of Variation
Trend +42.3% +12.5% +68.4% 38.2%
Weekly Seasonality ±15.8% -22.4% +28.7% 34.5%
Yearly Seasonality ±8.3% -12.6% +15.2% 21.3%
Holiday Effects ±12.1% -18.3% +45.9% 6.0%

Based on the Prophet component analysis, what insight about the website traffic is most strongly supported?

Question 14: Forecast Evaluation

The chart below shows 6-month rolling forecast accuracy metrics for a demand forecasting model:

6-Month Rolling Forecast Accuracy Jan '23 Apr '23 Jul '23 Oct '23 Jan '24 0% 5% 10% 15% 20% 25% 0 200 400 600 800 1000 Model Change MAPE (%) MAE (Units) New Product Launch Promotion Period

Based on the forecast accuracy chart, what can be concluded about the forecasting model's performance?

Question 15: ARMA Model Selection

The following table summarizes different ARMA model fits for a stationary time series of monthly interest rates:

Model AR Order (p) MA Order (q) Log-Likelihood AIC BIC Ljung-Box (p-value)
ARMA(1,0) 1 0 -132.45 268.90 274.16 0.06
ARMA(0,1) 0 1 -136.78 277.56 282.82 0.03
ARMA(1,1) 1 1 -129.32 264.64 272.53 0.21
ARMA(2,0) 2 0 -130.16 266.32 274.21 0.18
ARMA(0,2) 0 2 -134.89 275.78 283.67 0.07
ARMA(2,1) 2 1 -128.94 265.88 276.40 0.32
ARMA(1,2) 1 2 -129.08 266.16 276.68 0.28

Based on the model comparison results, which ARMA model would you select as the most appropriate?

Question 16: Holt-Winters Parameter Analysis

The table below shows the parameter estimates for a multiplicative Holt-Winters model applied to quarterly product sales data:

Parameter Estimate Lower 95% CI Upper 95% CI Description
α (alpha) 0.82 0.65 0.94 Level smoothing
β (beta) 0.05 0.01 0.18 Trend smoothing
γ (gamma) 0.75 0.58 0.89 Seasonal smoothing
Seasonal Indices
Q1 0.84 0.80 0.88 Q1 factor
Q2 1.12 1.08 1.16 Q2 factor
Q3 1.26 1.22 1.30 Q3 factor
Q4 0.78 0.74 0.82 Q4 factor

Based on the Holt-Winters parameter estimates, which interpretation is most accurate?

Question 17: Seasonality Patterns

Below is a seasonal subseries plot for monthly hotel booking data:

Seasonal Subseries Plot: Monthly Hotel Bookings Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 0 30 60 90 Year Values Monthly Mean Seasonal Pattern

Based on the seasonal subseries plot, which statement best describes the seasonal pattern in hotel bookings?

Question 18: Autocorrelation Analysis

Below is the autocorrelation function (ACF) plot for daily stock returns of a technology company:

ACF of Daily Stock Returns -1.0 -0.5 0.0 0.5 1.0 0 5 10 15 20 25 30 35 40 45 50 Statistical Tests Ljung-Box Test (Q): 23.45 p-value: 0.21 Box-Pierce Test: 22.18 p-value: 0.28

Based on the ACF plot and test results, what can be concluded about this stock returns time series?

Question 19: Error Metrics Comparison

The following chart shows forecast errors (MAPE) for different time series methods across multiple forecast horizons:

MAPE by Forecast Horizon and Method 1 Month 3 Months 6 Months 9 Months 12 Months 0% 5% 10% 15% 20% 25% ARIMA Holt-Winters SARIMA Prophet

Based on the error comparison chart, which statement is most accurate?

Question 20: Prophet Changepoint Analysis

The plot below shows a Prophet model fit with changepoints for monthly revenue data:

Revenue Trend with Prophet Changepoints Jan'20 Jul'20 Jan'21 Jul'21 Jan'22 0 250 500 750 1000 1250 Mar'20 Nov'20 May'21 -3.2% -5.8% -8.3% -10.1% Actual Values Trend Component Changepoints

Based on the Prophet changepoint analysis, what is the most accurate interpretation of the revenue trend?

Quiz Results

Your score: 0/20