Competing Function Model Validation - AP Precalculus
Card 1 of 30
Which model is preferred if two models have similar context fit but one has larger $R^2$?
Which model is preferred if two models have similar context fit but one has larger $R^2$?
Tap to reveal answer
The model with larger $R^2$. Higher $R^2$ means the model explains more variance in the data.
The model with larger $R^2$. Higher $R^2$ means the model explains more variance in the data.
← Didn't Know|Knew It →
What is the key domain restriction for a power model $y=ax^b$ when $b$ is not an integer?
What is the key domain restriction for a power model $y=ax^b$ when $b$ is not an integer?
Tap to reveal answer
Typically require $x>0$ for real-valued outputs. Non-integer powers can produce complex numbers for negative inputs.
Typically require $x>0$ for real-valued outputs. Non-integer powers can produce complex numbers for negative inputs.
← Didn't Know|Knew It →
Which model is appropriate for a constant additive rate of change: linear or exponential?
Which model is appropriate for a constant additive rate of change: linear or exponential?
Tap to reveal answer
Linear. Linear models add the same amount each unit increase.
Linear. Linear models add the same amount each unit increase.
← Didn't Know|Knew It →
Which validation warning applies when a model is based on too few data points?
Which validation warning applies when a model is based on too few data points?
Tap to reveal answer
Overfitting risk; the model may not generalize. Small samples can lead to models that fit noise rather than true patterns.
Overfitting risk; the model may not generalize. Small samples can lead to models that fit noise rather than true patterns.
← Didn't Know|Knew It →
What does it mean to validate a function model against data?
What does it mean to validate a function model against data?
Tap to reveal answer
Check that predictions match data within an acceptable error. Models are valid when their outputs closely approximate actual observed values.
Check that predictions match data within an acceptable error. Models are valid when their outputs closely approximate actual observed values.
← Didn't Know|Knew It →
What does a residual plot that is randomly scattered about $0$ indicate?
What does a residual plot that is randomly scattered about $0$ indicate?
Tap to reveal answer
The model form is appropriate (no systematic pattern). Random scatter means the model captures the data's trend without systematic bias.
The model form is appropriate (no systematic pattern). Random scatter means the model captures the data's trend without systematic bias.
← Didn't Know|Knew It →
What does a curved pattern in a residual plot usually indicate?
What does a curved pattern in a residual plot usually indicate?
Tap to reveal answer
The model is missing curvature (wrong functional form). Curves in residuals suggest a linear model can't capture nonlinear data patterns.
The model is missing curvature (wrong functional form). Curves in residuals suggest a linear model can't capture nonlinear data patterns.
← Didn't Know|Knew It →
What does a funnel shape (increasing spread) in a residual plot indicate?
What does a funnel shape (increasing spread) in a residual plot indicate?
Tap to reveal answer
Non-constant variance; errors grow with $x$ or $y$. Widening spread shows prediction accuracy decreases as values increase.
Non-constant variance; errors grow with $x$ or $y$. Widening spread shows prediction accuracy decreases as values increase.
← Didn't Know|Knew It →
What is the coefficient of determination definition in terms of $SSE$ and $SST$?
What is the coefficient of determination definition in terms of $SSE$ and $SST$?
Tap to reveal answer
$R^2=1-\frac{SSE}{SST}$. Measures proportion of variance explained by the model.
$R^2=1-\frac{SSE}{SST}$. Measures proportion of variance explained by the model.
← Didn't Know|Knew It →
What is $SST$ in an $R^2$ calculation for data $y_1,\dots,y_n$?
What is $SST$ in an $R^2$ calculation for data $y_1,\dots,y_n$?
Tap to reveal answer
$SST=\sum (y_i-\bar{y})^2$. Total sum of squares measures total variance from the mean.
$SST=\sum (y_i-\bar{y})^2$. Total sum of squares measures total variance from the mean.
← Didn't Know|Knew It →
What is $SSE$ in an $R^2$ calculation using predictions $\hat{y}_i$?
What is $SSE$ in an $R^2$ calculation using predictions $\hat{y}_i$?
Tap to reveal answer
$SSE=\sum (y_i-\hat{y}_i)^2$. Sum of squared errors measures total prediction error.
$SSE=\sum (y_i-\hat{y}_i)^2$. Sum of squared errors measures total prediction error.
← Didn't Know|Knew It →
Which validation warning applies when using a model to predict beyond the data range?
Which validation warning applies when using a model to predict beyond the data range?
Tap to reveal answer
Extrapolation; predictions may be unreliable. Models trained on limited data may fail outside that range.
Extrapolation; predictions may be unreliable. Models trained on limited data may fail outside that range.
← Didn't Know|Knew It →
Identify the better model by $SSE$: Model A has $SSE=18$, Model B has $SSE=25$.
Identify the better model by $SSE$: Model A has $SSE=18$, Model B has $SSE=25$.
Tap to reveal answer
Model A. Lower $SSE$ means smaller prediction errors and better fit.
Model A. Lower $SSE$ means smaller prediction errors and better fit.
← Didn't Know|Knew It →
Find the residual if the observed value is $y=12$ and the model predicts $\hat{y}=10.5$.
Find the residual if the observed value is $y=12$ and the model predicts $\hat{y}=10.5$.
Tap to reveal answer
$r=1.5$. Using $r = y - \hat{y} = 12 - 10.5 = 1.5$.
$r=1.5$. Using $r = y - \hat{y} = 12 - 10.5 = 1.5$.
← Didn't Know|Knew It →
Find the residual if the observed value is $y=7$ and the model predicts $\hat{y}=9$.
Find the residual if the observed value is $y=7$ and the model predicts $\hat{y}=9$.
Tap to reveal answer
$r=-2$. Using $r = y - \hat{y} = 7 - 9 = -2$.
$r=-2$. Using $r = y - \hat{y} = 7 - 9 = -2$.
← Didn't Know|Knew It →
Choose the better fit by $R^2$: Model A has $R^2=0.91$, Model B has $R^2=0.86$.
Choose the better fit by $R^2$: Model A has $R^2=0.91$, Model B has $R^2=0.86$.
Tap to reveal answer
Model A. $R^2 = 0.91$ explains 91% of variance vs 86% for Model B.
Model A. $R^2 = 0.91$ explains 91% of variance vs 86% for Model B.
← Didn't Know|Knew It →
Compute $R^2$ if $SSE=20$ and $SST=80$.
Compute $R^2$ if $SSE=20$ and $SST=80$.
Tap to reveal answer
$R^2=0.75$. Using $R^2 = 1 - \frac{20}{80} = 1 - 0.25 = 0.75$.
$R^2=0.75$. Using $R^2 = 1 - \frac{20}{80} = 1 - 0.25 = 0.75$.
← Didn't Know|Knew It →
Compute $R^2$ if $SSE=9$ and $SST=36$.
Compute $R^2$ if $SSE=9$ and $SST=36$.
Tap to reveal answer
$R^2=0.75$. Using $R^2 = 1 - \frac{9}{36} = 1 - 0.25 = 0.75$.
$R^2=0.75$. Using $R^2 = 1 - \frac{9}{36} = 1 - 0.25 = 0.75$.
← Didn't Know|Knew It →
Which option indicates a better model: $R^2=0.98$ with clear residual pattern, or $R^2=0.95$ with random residuals?
Which option indicates a better model: $R^2=0.98$ with clear residual pattern, or $R^2=0.95$ with random residuals?
Tap to reveal answer
$R^2=0.95$ with random residuals. Random residuals indicate proper model form despite slightly lower $R^2$.
$R^2=0.95$ with random residuals. Random residuals indicate proper model form despite slightly lower $R^2$.
← Didn't Know|Knew It →
Identify the issue if residuals are mostly positive for small $x$ and mostly negative for large $x$.
Identify the issue if residuals are mostly positive for small $x$ and mostly negative for large $x$.
Tap to reveal answer
Systematic bias; the model consistently over/underestimates. Sign change in residuals reveals the model doesn't match data's true trend.
Systematic bias; the model consistently over/underestimates. Sign change in residuals reveals the model doesn't match data's true trend.
← Didn't Know|Knew It →
Identify the better fit if Model A has $SSE=120$ and Model B has $SSE=95$ on the same data.
Identify the better fit if Model A has $SSE=120$ and Model B has $SSE=95$ on the same data.
Tap to reveal answer
Model B. Lower SSE means Model B has smaller prediction errors.
Model B. Lower SSE means Model B has smaller prediction errors.
← Didn't Know|Knew It →
Choose the better model if residuals for Model 1 are random, but Model 2 residuals show a U-shape.
Choose the better model if residuals for Model 1 are random, but Model 2 residuals show a U-shape.
Tap to reveal answer
Model 1. Random residuals indicate appropriate model form; patterns suggest misfit.
Model 1. Random residuals indicate appropriate model form; patterns suggest misfit.
← Didn't Know|Knew It →
What is the primary goal when validating competing function models for the same data set?
What is the primary goal when validating competing function models for the same data set?
Tap to reveal answer
Select the model that best fits and makes sense for the context. Good models balance statistical fit with real-world applicability.
Select the model that best fits and makes sense for the context. Good models balance statistical fit with real-world applicability.
← Didn't Know|Knew It →
What does a smaller value of $SSE$ indicate when comparing two regression models on the same data?
What does a smaller value of $SSE$ indicate when comparing two regression models on the same data?
Tap to reveal answer
Smaller $SSE$ indicates a better fit to the data. SSE measures total squared deviations; lower means less error.
Smaller $SSE$ indicates a better fit to the data. SSE measures total squared deviations; lower means less error.
← Didn't Know|Knew It →
What does a larger value of $R^2$ indicate when comparing two regression models on the same data?
What does a larger value of $R^2$ indicate when comparing two regression models on the same data?
Tap to reveal answer
Larger $R^2$ indicates more variance explained by the model. R² ranges from 0 to 1; higher values mean better predictive power.
Larger $R^2$ indicates more variance explained by the model. R² ranges from 0 to 1; higher values mean better predictive power.
← Didn't Know|Knew It →
Which residual plot pattern indicates a model is likely appropriate: random scatter or a curved pattern?
Which residual plot pattern indicates a model is likely appropriate: random scatter or a curved pattern?
Tap to reveal answer
Random scatter around $0$. Random residuals suggest the model captures the data's pattern well.
Random scatter around $0$. Random residuals suggest the model captures the data's pattern well.
← Didn't Know|Knew It →
What does a curved pattern in a residual plot usually indicate about the chosen model?
What does a curved pattern in a residual plot usually indicate about the chosen model?
Tap to reveal answer
The model form is likely incorrect (systematic error remains). Curves in residuals mean the model misses a systematic pattern.
The model form is likely incorrect (systematic error remains). Curves in residuals mean the model misses a systematic pattern.
← Didn't Know|Knew It →
What is an outlier in a regression context?
What is an outlier in a regression context?
Tap to reveal answer
A point with an unusually large residual compared with others. Outliers deviate significantly from the model's predictions.
A point with an unusually large residual compared with others. Outliers deviate significantly from the model's predictions.
← Didn't Know|Knew It →
What is an influential point in regression?
What is an influential point in regression?
Tap to reveal answer
A point whose removal changes the regression model noticeably. These points have high leverage on the regression line's position.
A point whose removal changes the regression model noticeably. These points have high leverage on the regression line's position.
← Didn't Know|Knew It →
What is the key domain restriction for a logarithmic model $y=a+b\ln(x)$?
What is the key domain restriction for a logarithmic model $y=a+b\ln(x)$?
Tap to reveal answer
The input must satisfy $x>0$. Natural log is undefined for non-positive values.
The input must satisfy $x>0$. Natural log is undefined for non-positive values.
← Didn't Know|Knew It →