0% found this document useful (0 votes)
6 views25 pages

BA-MCQ

The document contains multiple-choice questions (MCQs) related to forecasting, time series analysis, and regression models. It covers topics such as factors influencing predictability, forecasting methods, time series data characteristics, and regression analysis concepts. Each question is followed by the correct answer, providing a comprehensive overview of key concepts in these areas.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views25 pages

BA-MCQ

The document contains multiple-choice questions (MCQs) related to forecasting, time series analysis, and regression models. It covers topics such as factors influencing predictability, forecasting methods, time series data characteristics, and regression analysis concepts. Each question is followed by the correct answer, providing a comprehensive overview of key concepts in these areas.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Multiple Choice Questions (MCQs)

1. Which of the following is NOT a factor that influences the predictability of an event or
quantity?

A) Availability of historical data

B) Understanding of contributing factors

C) Effect of the forecast on the event

D) The personal opinions of the forecaster

Answer: D) The personal opinions of the forecaster

2. In the context of business forecasting, which of the following statements is true?

A) Forecasting and planning are the same.

B) Goals should be set without considering forecasts.

C) Planning is a response to forecasts and goals.

D) Forecasting is only necessary for long-term decisions.

Answer: C) Planning is a response to forecasts and goals.

3. Which forecasting method is most appropriate when there is no historical data


available?

A) Time series forecasting

B) Judgmental forecasting

C) Exponential smoothing

D) ARIMA models

Answer: B) Judgmental forecasting

4. Time series data typically involves which of the following?

A) Data collected at regular intervals over time

B) Data collected at a single point in time

C) Data based on qualitative judgments


D) Data that is unrelated to past events

Answer: A) Data collected at regular intervals over time

5. Which of the following is a key advantage of using an explanatory model in forecasting?

A) It only uses historical data of the variable to be forecasted.

B) It can incorporate information about other variables affecting the outcome.

C) It eliminates all random variations in the forecast.

D) It requires no understanding of the system being forecasted.

Answer: B) It can incorporate information about other variables affecting the outcome.

6. What is the main purpose of short-term forecasts in a business context?

A) Strategic planning

B) Scheduling personnel, production, and transportation

C) Evaluating market opportunities

D) Determining future resource requirements

Answer: B) Scheduling personnel, production, and transportation

7. Which of the following is an example of time series data?

A) Annual Google profits

B) Sales data for a new product launch

C) Cross-sectional data of customer satisfaction

D) Market research data collected once

Answer: A) Annual Google profits

8. When should a time series model be preferred over an explanatory model?

A) When the system is well understood

B) When external variables can be easily measured

C) When the goal is to explain why something happens


D) When predicting what will happen is more important than understanding why

Answer: D) When predicting what will happen is more important than understanding why

9. In time series forecasting, which model would you use if you are interested in capturing
both trend and seasonal patterns?

A) Naïve method

B) Exponential smoothing model

C) Decomposition model

D) ARIMA model

Answer: C) Decomposition model

10. Which of the following is a characteristic of qualitative forecasting methods?

A) They require numerical historical data.

B) They are based on structured approaches, not guesswork.

C) They are the most accurate forecasting methods.

D) They rely solely on time series data.

Answer: B) They are based on structured approaches, not guesswork.

Unit-2:

Multiple Choice Questions (MCQs)

1. What is the primary purpose of plotting data in time series analysis?

- A) To perform mathematical calculations

- B) To visualize patterns and unusual observations

- C) To eliminate noise from the data

- D) To standardize the data

- Answer: B) To visualize patterns and unusual observations

2. In R, which function is used to create a time series object?


- A) `series()`

- B) `ts()`

- C) `time_series()`

- D) `autoplot()`

- Answer: B) `ts()`

3. What does the ‘frequency’ argument in the `ts()` function in R represent?

- A) The number of data points in the series

- B) The number of observations per season

- C) The period of time covered by the series

- D) The number of times data was collected in a year

- Answer: B) The number of observations per season

4. When using the `ts()` function, what frequency should be used for monthly data?

- A) 4

- B) 12

- C) 52

- D) 365

- Answer: B) 12

5. What is the output of the following R code?

y <- ts(c(123, 39, 78, 52, 110), start=2012)

- A) A data frame with time series data starting from 2012

- B) A time series object with annual data starting from 2012

- C) A plot of the time series data

- D) A numeric vector

- Answer: B) A time series object with annual data starting from 2012
6. Which function is frequently used to plot time series data in R?

- A) `plot()`

- B) `ggplot()`

- C) `autoplot()`

- D) `hist()`

- Answer: C) `autoplot()`

7. What kind of patterns can be visualized using time plots in time series data?

- A) Unusual observations

- B) Seasonal patterns

- C) Trends over time

- D) All of the above

- Answer: D) All of the above

8. What was the cause of the period in 1989 when no passengers were carried in the Ansett
Airlines data?

- A) An industrial dispute

- B) A government policy change

- C) A natural disaster

- D) A change in airline routes

- Answer: A) An industrial dispute

9. In the monthly sales of antidiabetic drugs time series, what is the main feature observed at
the start of each year?

- A) A sudden increase in sales

- B) A sudden drop in sales

- C) A change in the trend


- D) An increase in the seasonal pattern

- Answer: B) A sudden drop in sales

10. Why is it important to incorporate observed features from time plots into forecasting
models?

- A) To simplify the model

- B) To ensure accurate predictions

- C) To eliminate outliers

- D) To smooth the data

- Answer: B) To ensure accurate predictions

Unit 3:

Multiple Choice Questions (MCQs)

1. Which of the following describes a long-term increase or decrease in time series data?

A) Seasonal pattern

B) Trend

C) Cyclic pattern

D) Scatterplot

Answer: B) Trend

2. What type of time series pattern occurs due to factors such as time of year or day of the
week?

A) Trend

B) Cyclic pattern

C) Seasonal pattern

D) Correlation

Answer: C) Seasonal pattern


3. A cyclic pattern in a time series is characterized by:

A) Fluctuations with fixed frequency

B) Fluctuations with variable frequency not tied to calendar events

C) An unchanging trend

D) Seasonal variations

Answer: B) Fluctuations with variable frequency not tied to calendar events

4. What is the difference between cyclic and seasonal patterns?

A) Cyclic patterns are shorter than seasonal patterns

B) Seasonal patterns are more variable than cyclic patterns

C) Cyclic patterns have variable frequency; seasonal patterns have fixed frequency

D) Both are the same

Answer: C) Cyclic patterns have variable frequency; seasonal patterns have fixed frequency

5. In a seasonal plot, data are plotted against:

A) Years

B) Seasons

C) Months

D) Days

Answer: B) Seasons

6. A scatterplot is used to study:

A) Trends over time

B) Correlation between two variables

C) Seasonal variations

D) Cyclic patterns

Answer: B) Correlation between two variables


7. Which of the following is true about correlation coefficients?

A) They measure the relationship between two variables

B) They depict the cyclic pattern in data

C) They are used to create seasonal plots

D) They show the long-term trend

Answer: A) They measure the relationship between two variables

8. The ggseasonplot function in R is used for creating:

A) Scatterplots

B) Lag plots

C) Seasonal plots

D) Time series plots

Answer: C) Seasonal plots

9. Scatterplot matrices are particularly useful when:

A) Analyzing a single variable

B) Multiple variables need to be compared against each other

C) Plotting long-term trends

D) Identifying cyclic patterns

Answer: B) Multiple variables need to be compared against each other

10. What does a lag plot in time series analysis display?

A) Seasonal patterns

B) Cyclic patterns

C) A time series plotted against its lagged values

D) Correlation between two time series

Answer: C) A time series plotted against its lagged values


1. What does the coefficient \( \beta_1 \) represent in the simple linear regression model \( y_t
= \beta_0 + \beta_1 x_t + \epsilon_t \)?

- A) The intercept of the regression line

- B) The change in \( y_t \) for a one-unit change in \( x_t \)

- C) The error term

- D) The mean of \( x_t \)

Answer: B) The change in \( y_t \) for a one-unit change in \( x_t \)

2. In the equation \( R^2 = \frac{\sum (\hat{y}_t - \bar{y})^2}{\sum (y_t - \bar{y})^2} \), what
does \( \sum (y_t - \bar{y})^2 \) represent?

- A) The explained sum of squares

- B) The total sum of squares

- C) The residual sum of squares

- D) The variance of \( y_t \)

Answer: B) The total sum of squares

3. What does \( \epsilon_t \) represent in the regression model \( y_t = \beta_0 + \beta_1 x_t +
\epsilon_t \)?

- A) The intercept

- B) The predictor variable

- C) The error term

- D) The coefficient

Answer: C) The error term

4. Which of the following is an assumption made in linear regression models regarding the
error terms \( \epsilon_t \)?

- A) They have a non-zero mean.


- B) They are autocorrelated.

- C) They are unrelated to the predictor variables.

- D) They are perfectly correlated with the predictor variables.

Answer: C) They are unrelated to the predictor variables.

5. What is the purpose of the \( \text{geom_abline} \) function in the ggplot2 plot of actual vs.
fitted values?

- A) To add a scatter plot layer

- B) To add a regression line

- C) To add a reference line where the predicted values equal the actual values

- D) To adjust the color of the points

Answer: C) To add a reference line where the predicted values equal the actual values

6. In a multiple regression model, what does each coefficient \( \beta_k \) measure?

- A) The change in the dependent variable due to a one-unit change in the predictor variable,
holding all other predictors constant.

- B) The overall mean of the dependent variable.

- C) The total variance explained by the model.

- D) The random error term.

Answer: A) The change in the dependent variable due to a one-unit change in the predictor
variable, holding all other predictors constant.

7. What does \( R^2 \) measure in the context of regression analysis?

- A) The mean of the errors

- B) The total variance in the dependent variable

- C) The proportion of the variance in the dependent variable explained by the independent
variables

- D) The standard deviation of the residuals


Answer: C) The proportion of the variance in the dependent variable explained by the
independent variables

8. What does a high \( R^2 \) value indicate about a regression model?

- A) The model has high standard error.

- B) The model fits the data poorly.

- C) The model explains a large proportion of the variance in the dependent variable.

- D) The model has a low variance.

Answer: C) The model explains a large proportion of the variance in the dependent variable.

9. In the multiple regression equation \( y_t = \beta_0 + \beta_1 x_{1,t} + \beta_2 x_{2,t} +
\ldots + \beta_k x_{k,t} + \epsilon_t \), what is \( \beta_0 \)?

- A) The slope coefficient for \( x_t \)

- B) The intercept of the regression line

- C) The error term

- D) The predictor variable

Answer: B) The intercept of the regression line

10. What does the term "least squares estimation" refer to in regression analysis?

- A) A method for maximizing the variance of the residuals.

- B) A technique for minimizing the sum of the squared residuals.

- C) A process for maximizing the sum of the squared errors.

- D) A way to maximize the correlation coefficient.

Answer: B) A technique for minimizing the sum of the squared residuals.

Additional Exercises

Multiple Choice Questions (MCQs)


1. What does the residual \( e_t \) represent in a regression model?

- A) The predicted value of \( y_t \)

- B) The difference between the actual and predicted values of \( y_t \)

- C) The independent variable

- D) The coefficient of the independent variable

- Answer: B

2. What is the implication of the property \( \sum_{t=1}^{T} e_t = 0 \) in OLS regression?

- A) Residuals are normally distributed

- B) The predictions are unbiased

- C) The model has multicollinearity

- D) The model is heteroscedastic

- Answer: B

3. Which of the following tests is specifically designed to detect autocorrelation in residuals of


a regression model?

- A) Shapiro-Wilk test

- B) Breusch-Godfrey test

- C) T-test

- D) ANOVA

- Answer: B

4. If a plot of residuals against fitted values shows a funnel shape, what does this indicate?

- A) Normality of residuals

- B) Independence of residuals

- C) Heteroscedasticity

- D) No issues with the model

- Answer: C
5. Which of the following indicates a potential spurious regression?

- A) High \( R^2 \) with low residual autocorrelation

- B) High \( R^2 \) with high residual autocorrelation

- C) Low \( R^2 \) with high p-values

- D) None of the above

- Answer: B

6. What does the Breusch-Godfrey test result of a p-value < 0.05 indicate?

- A) No serial correlation in residuals

- B) Significant serial correlation in residuals

- C) Residuals are normally distributed

- D) Homoscedasticity

- Answer: B

7. When examining residuals, which of the following would NOT be a reason to consider
modifying the regression model?

- A) Presence of outliers

- B) Residuals showing a random pattern

- C) Non-linear patterns in residuals

- D) Heteroscedasticity indicated by residual plots

- Answer: B

8. What is the primary purpose of plotting residuals against predictor variables?

- A) To determine the significance of predictors

- B) To check for non-linearity and model specification errors

- C) To visualize the data distribution

- D) To assess multicollinearity

- Answer: B
9. In regression analysis, what does it mean if the residuals are normally distributed?

- A) The model has perfect fit

- B) The errors are homoscedastic

- C) The assumption of linearity is met

- D) Prediction intervals can be calculated more easily

- Answer: D

10. Why is it important to assess outliers in regression analysis?

- A) They improve model fit

- B) They can distort the estimation of coefficients

- C) They are always incorrect data entries

- D) They have no impact on the model

- Answer: B

Additional Exercises

Multiple-Choice Questions (MCQs)

1. What are the main components of a time series decomposition?

- A) Trend, Cycle, and Noise

- B) Trend-Cycle, Seasonal, and Remainder

- C) Seasonality, Level, and Irregular

- D) Trend, Seasonal, and Irregular

- Answer: B) Trend-Cycle, Seasonal, and Remainder

2. In an additive decomposition, how is the observed value \(y_t\) expressed?

- A) \(y_t = S_t \times T_t \times R_t\)

- B) \(y_t = S_t + T_t + R_t\)


- C) \(y_t = S_t - T_t + R_t\)

- D) \(y_t = S_t / T_t + R_t\)

- Answer: B) \(y_t = S_t + T_t + R_t\)

3. When would you use a multiplicative decomposition?

- A) When seasonal variations are constant over time.

- B) When seasonal effects vary proportionally with the level of the series.

- C) When data has no discernible seasonality.

- D) When trend components are negligible.

- Answer: B) When seasonal effects vary proportionally with the level of the series.

4. What does the remainder component \(R_t\) represent?

- A) The long-term trend in the data.

- B) Seasonal fluctuations.

- C) Irregular fluctuations that cannot be attributed to trend or seasonality.

- D) None of the above.

- Answer: C) Irregular fluctuations that cannot be attributed to trend or seasonality.

5. Which of the following is true about seasonally adjusted data?

- A) It only contains the seasonal component.

- B) It is the original data without the seasonal effects.

- C) It is always smoother than the original data.

- D) It only captures the trend component.

- Answer: B) It is the original data without the seasonal effects.

6. If the seasonal component \(S_t\) shows consistent patterns every year, which decomposition
model might be suitable?

- A) Additive

- B) Multiplicative
- C) Both A and B

- D) Neither A nor B

- Answer: A) Additive

7. Which statement about the trend-cycle component \(T_t\) is correct?

- A) It only captures short-term fluctuations.

- B) It shows the overall movement in the series over time.

- C) It is irrelevant in economic time series.

- D) It is a random noise component.

- Answer: B) It shows the overall movement in the series over time.

8. The formula \(\log y_t = \log S_t + \log T_t + \log R_t\) is derived from which model?

- A) Additive model

- B) Multiplicative model

- C) Seasonal model

- D) Random model

- Answer: B) Multiplicative model

9. Why might analysts prefer using the trend-cycle component over seasonally adjusted data?

- A) It is always less noisy.

- B) It provides a clearer view of turning points in the data.

- C) It contains only seasonal effects.

- D) It is derived from the raw data.

- Answer: B) It provides a clearer view of turning points in the data.

10. What is typically removed to create seasonally adjusted data?

- A) Trend component

- B) Remainder component
- C) Seasonal component

- D) All components

- Answer: C) Seasonal component

Additional Exercises

Multiple Choice Questions (MCQs)

1. What does a moving average of order m (m-MA) primarily do in time series analysis?

- A) Increases data variance

- B) Smooths out data fluctuations

- C) Identifies seasonal patterns

- D) Calculates exact values

- Answer: B) Smooths out data fluctuations

2. In the moving average formula \( T_t = \frac{1}{m} \sum_{j=-k}^{k} y_{t+j} \), what does
\( k \) represent?

- A) The total number of observations

- B) The number of observations on either side of \( t \)

- C) The length of the time series

- D) The average of the series

- Answer: B) The number of observations on either side of \( t \)

3. What is a characteristic of a moving average of even order (e.g., m=4)?

- A) It cannot be used for seasonal data.

- B) It is always symmetric.

- C) It only applies to monthly data.

- D) It includes more recent data only.

- Answer: B) It is always symmetric.


4. What happens to the estimates near the endpoints when using a moving average?

- A) They are always accurate.

- B) No estimates can be produced.

- C) Estimates become more precise.

- D) They are interpolated.

- Answer: B) No estimates can be produced.

5. In classical decomposition, what is the purpose of detrending?

- A) To remove seasonality

- B) To smooth the data

- C) To isolate the trend-cycle component

- D) To increase data variance

- Answer: A) To remove seasonality

6. Which of the following is true about the remainder component in classical decomposition?

- A) It is calculated by adding the trend-cycle and seasonal components.

- B) It can show values below 1.

- C) It is always positive.

- D) It captures seasonal fluctuations.

- Answer: B) It can show values below 1.

7. What is the main drawback of classical decomposition mentioned in the text?

- A) It requires complex computations.

- B) It is not robust to unusual values.

- C) It captures seasonality very accurately.

- D) It only works for monthly data.


- Answer: B) It is not robust to unusual values.

8. What method is recommended over classical decomposition?

- A) Moving average only

- B) Exponential smoothing

- C) Advanced time series decomposition methods

- D) None of the above

- Answer: C) Advanced time series decomposition methods

9. In a multiplicative decomposition, how is the seasonal component estimated?

- A) By averaging the original data.

- B) By dividing the detrended series by the trend-cycle.

- C) By multiplying the detrended series by the trend-cycle.

- D) By subtracting the trend-cycle from the data.

- Answer: B) By dividing the detrended series by the trend-cycle.

10. What is a characteristic of weighted moving averages?

- A) They provide less smoothing than simple moving averages.

- B) They yield a smoother estimate of the trend-cycle.

- C) They are less computationally intensive.

- D) They do not require normalization.

- Answer: B) They yield a smoother estimate of the trend-cycle.

Additional Exercises

Multiple Choice Questions (MCQs)

1. Which of the following best describes the Simple Exponential Smoothing (SES) method?

- a) It is used for data with a trend and seasonal components.

- b) It gives equal weight to all past observations.


- c) It is suitable for forecasting data with no clear trend or seasonal pattern.

- d) It is suitable for data with significant seasonal variation.

Answer: c) It is suitable for forecasting data with no clear trend or seasonal pattern.

2. In Holt’s linear trend method, which parameter controls the smoothing of the trend
component?

- a) α (Alpha)

- b) β* (Beta)

- c) φ (Phi)

- d) γ (Gamma)

Answer: b) β* (Beta)

3. In the damped trend method, what is the typical range for the damping parameter φ (Phi)?

- a) 0.1 to 0.5

- b) 0.6 to 0.9

- c) 0.8 to 0.98

- d) 1 to 2

Answer: c) 0.8 to 0.98

4. What is the primary difference between the naive and average forecasting methods?

- a) The naive method uses the last observation, while the average method uses the simple
average of all observations.

- b) The naive method considers all past data equally, while the average method gives more
weight to recent data.

- c) The naive method accounts for seasonality, while the average method does not.

- d) The naive method is only used for short-term forecasting.

Answer: a) The naive method uses the last observation, while the average method uses the
simple average of all observations.
5. In an ARIMA model, what does the term "autoregressive" refer to?

- a) Forecasting based on the moving average of errors.

- b) Forecasting based on the linear combination of predictors.

- c) Forecasting based on past values of the variable being forecasted.

- d) Forecasting based on seasonal patterns in the data.

Answer: c) Forecasting based on past values of the variable being forecasted.

6. Which of the following describes the forecast equation in Holt's method?

- a) ℓt + hbt

- b) ℓt−1 + φbt−1

- c) αyt + (1−α)(ℓt−1 + bt−1)

- d) ℓT + φbT/(1−φ)

Answer: a) ℓt + hbt

7. What happens if the damping parameter (φ) is set to 1 in Holt’s method?

- a) The trend will be exaggerated.

- b) It becomes equivalent to the naïve method.

- c) It becomes identical to Holt’s linear trend method.

- d) The trend is dampened and converges to a flat line.

Answer: c) It becomes identical to Holt’s linear trend method.

8. In the AR(1) model yt=18−0.8yt−1+εt, what is the value of the autoregressive parameter
ϕ1?

- a) 18

- b) -0.8

- c) 1.3

- d) -0.7

Answer: b) -0.8
9. What is the main disadvantage of Holt’s linear trend method when forecasting long into the
future?

- a) It under-forecasts for longer time horizons.

- b) It assumes the trend will continue indefinitely, which may lead to over-forecasting.

- c) It fails to capture seasonal variation in the data.

- d) It always produces a flat forecast.

Answer: b) It assumes the trend will continue indefinitely, which may lead to over-
forecasting.

10. Which method would you use if you expect the trend to gradually flatten out over time?

- a) Simple Exponential Smoothing (SES)

- b) Holt’s Linear Trend Method

- c) Damped Trend Method

- d) ARIMA Model

Answer: c) Damped Trend Method

Additional Exercises

Multiple Choice Questions (MCQs)

1. What is minimized when estimating parameters in dynamic regression models to avoid


issues related to autocorrelations?

- A) Sum of squared ηt values

- B) Sum of squared εt values

- C) Sum of absolute errors

- D) AICc values

Answer: B) Sum of squared εt values


2. What problem arises from estimating regression models without considering
autocorrelations?

- A) Coefficients become more accurate

- B) p-values may suggest false significance

- C) Data becomes stationary

- D) No problem arises

Answer: B) p-values may suggest false significance

3. What is necessary for all variables in a regression model with ARMA errors?

- A) They must be normally distributed

- B) They must be non-stationary

- C) They must be stationary

- D) They must be correlated

Answer: C) They must be stationary

4. What is a "model in differences"?

- A) A model using original, non-differenced data

- B) A model obtained after differencing all non-stationary variables

- C) A model without any predictors

- D) A model with no errors

Answer: B) A model obtained after differencing all non-stationary variables

5. In hierarchical time series, what does the summing matrix S represent?

- A) The correlation between time series

- B) The aggregation structure of the time series

- C) The differencing of time series

- D) The error terms in the model

Answer: B) The aggregation structure of the time series


6. What is the function used in R to create hierarchical time series?

- A) gts()

- B) hts()

- C) ts()

- D) aggts()

Answer: B) hts()

7. In grouped time series, the aggregation structure can be described as:

- A) Nested only

- B) Crossed only

- C) Both nested and crossed

- D) None of the above

Answer: C) Both nested and crossed

8. What type of series does the gts() function create?

- A) Hierarchical time series

- B) Grouped time series

- C) Univariate time series

- D) None of the above

Answer: B) Grouped time series

9. In the context of ARMA errors, what is crucial to ensure the consistency of estimated
coefficients?

- A) The model must have only one predictor

- B) All variables must be stationary

- C) The data must have no missing values

- D) The errors must be normally distributed


Answer: B) All variables must be stationary

10. What is the primary concern of spurious regression?

- A) Underestimating the significance of predictors

- B) Overestimating the significance of predictors

- C) Ignoring multicollinearity

- D) Failing to differentiate time series

Answer: B) Overestimating the significance of predictors

You might also like