Which statistical measure is used to compare and select models, especially in regression, where a lower number indicates a better model?

Prepare for the GARP Risk and AI (RAI) Exam with targeted quizzes. Utilize flashcards, multiple-choice questions, and detailed explanations to enhance learning. Ace your exam with our comprehensive quiz!

Multiple Choice

Which statistical measure is used to compare and select models, especially in regression, where a lower number indicates a better model?

Explanation:
Comparing models by balancing fit with complexity is the key idea here. Akaike Information Criterion (AIC) does exactly that: it rewards how well the model fits the data (through the likelihood) but penalties adding more parameters to avoid overfitting. The formula AIC = 2k − 2 ln(L) captures this trade-off, where k is the number of estimated parameters and L is the likelihood of the model given the data. Lower AIC means a better balance, so you pick the model with the smallest AIC. Bayesian Information Criterion behaves similarly but imposes a stronger penalty for complexity, especially with larger sample sizes. Adjusted R-squared adjusts explained variance for the number of predictors but isn’t a likelihood-based model comparison criterion. Mean Squared Error focuses on predictive error but doesn’t penalize complexity, which can lead to overfitting if used alone.

Comparing models by balancing fit with complexity is the key idea here. Akaike Information Criterion (AIC) does exactly that: it rewards how well the model fits the data (through the likelihood) but penalties adding more parameters to avoid overfitting. The formula AIC = 2k − 2 ln(L) captures this trade-off, where k is the number of estimated parameters and L is the likelihood of the model given the data. Lower AIC means a better balance, so you pick the model with the smallest AIC.

Bayesian Information Criterion behaves similarly but imposes a stronger penalty for complexity, especially with larger sample sizes. Adjusted R-squared adjusts explained variance for the number of predictors but isn’t a likelihood-based model comparison criterion. Mean Squared Error focuses on predictive error but doesn’t penalize complexity, which can lead to overfitting if used alone.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy