Prediction Math Example 3
Follow the full solution, then compare it with the other examples linked below.
Example 3
easyUsing the model , predict when and . Then find when .
Solution
- 1 :
- 2 : (y-intercept)
- 3 :
Answer
; ; when .
Linear models allow prediction in both directions: given x, find predicted y; or given desired y, solve for x. The y-intercept (x=0) is the baseline prediction when the explanatory variable equals zero.
About Prediction
A prediction is a model-based estimate of an unknown or future value, accompanied by a measure of confidence or uncertainty.
Learn more about Prediction โMore Prediction Examples
Example 1 medium
A linear regression model gives [formula] where [formula] = hours studied and [formula] = test score
Example 2 hardA model predicts house prices. In-sample [formula], but out-of-sample [formula]. Explain what this m
Example 4 hardWhy is extrapolation (predicting outside the observed range) dangerous? Give an example where extrap