Practice Prediction in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
A prediction is a model-based estimate of an unknown or future value, accompanied by a measure of confidence or uncertainty.
Every prediction uses patterns from the past to extrapolate forward โ good predictions come with explicit uncertainty bounds, not false precision.
Showing a random 20 of 50 problems.
Example 1
mediumA regression gives prediction with standard error . Give an approximate 95% prediction interval (use SE).
Example 2
easyA model trained on data from 2010-2020 is used to forecast 2050. This is an example of ___.
Example 3
hardA regression on years 2000-2020 gives global average temperature . Predict the temperature in year 2100 and discuss two reasons to distrust the result.
Example 4
mediumA model predicts with 80% interval . Customer requires 90% certainty. Will the 90% interval be narrower or wider, and why?
Example 5
easyA linear model predicts . What is the predicted when ?
Example 6
easyUsing the model , predict when and . Then find when .
Example 7
easyFor the linear model , predict at .
Example 8
mediumA model predicts ice cream sales from temperature with high accuracy. Can we conclude temperature causes the sales pattern? Why or why not?
Example 9
hardYou have two unbiased models for the same quantity, with variances and . Combining them with weights inversely proportional to variance gives optimal weights and . Find the combined variance.
Example 10
mediumA trend grew linearly for 5 years. A naive model predicts the same growth for 50 more years. What is the main danger?
Example 11
hardA model predicts sales: . Actual values for are . Compute the predictions, residuals, and discuss whether the model fits well.
Example 12
hardWhy is extrapolation (predicting outside the observed range) dangerous? Give an example where extrapolating from a linear model would give a clearly unreasonable prediction.
Example 13
mediumA model predicts test scores with a residual standard deviation of . About 95% of actual scores should fall within how many points of the predicted value?
Example 14
mediumThe same line is used to predict at . Compute it and flag the risk.
Example 15
easyA prediction interval that is very wide tells us the model has ___ confidence.
Example 16
mediumIn a weather model: today, but it does not rain. Does this prove the model wrong?
Example 17
mediumA line fits data for . Predict at and state whether it is interpolation or extrapolation.
Example 18
hardA model predicts house prices. In-sample , but out-of-sample . Explain what this means and identify the problem with the model.
Example 19
mediumA model achieves on the data it was fit on but on new data. The most likely cause is ___.
Example 20
challengeA nonlinear model fit on gives . The relationship beyond is actually (linear). At the model predicts , but reality is . Compute the relative error.