Questions: Information Criteria: AIC and BIC for Model Selection

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You compare three models on the same dataset. Model A: AIC=450, BIC=480. Model B: AIC=440, BIC=510. Model C: AIC=460, BIC=465. What does the disagreement between AIC and BIC for Model B suggest?

AModel B has a computational error — AIC and BIC should always agree
BModel B fits the data best in absolute terms since it has the lowest AIC
CModel B likely has more parameters; BIC penalizes them more harshly, so AIC favors it for prediction while BIC prefers a simpler alternative
DModel B should be rejected outright because the two criteria disagree
Question 2 Multiple Choice

A researcher fits a model predicting Y (AIC = 300) and a model predicting log(Y) (AIC = 250), and concludes the log-linear model is better. What is wrong with this reasoning?

ANothing — lower AIC always indicates a better model regardless of the response variable
BAIC cannot be used for log-linear models, only for ordinary linear regression
CAIC values are only comparable when models use the same response variable on the same dataset; the two likelihoods live on different scales
DThe researcher should use BIC instead, which corrects for response variable transformations
Question 3 True / False

A model that achieves the lowest AIC in a comparison set can be considered a well-fitting model in an absolute sense.

TTrue
FFalse
Question 4 True / False

For any sample size larger than approximately 8 observations, BIC imposes a stricter penalty per additional parameter than AIC does.

TTrue
FFalse
Question 5 Short Answer

What is the fundamental difference in theoretical motivation between AIC and BIC, and when would you prefer each?

Think about your answer, then reveal below.