Questions: Prediction Intervals and Out-of-Sample Forecasting

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A data scientist fits a salary regression on 50,000 observations and wants to predict the salary of a specific new employee with 5 years of experience. She expects the prediction interval to be extremely narrow because the sample is huge. She is:

AWrong — the prediction interval includes irreducible error variance (the individual error term ε) that never shrinks with sample size; a large n only tightens the confidence interval for the mean, not the interval for an individual prediction
BCorrect — with 50,000 observations the regression line is estimated so precisely that a prediction interval becomes indistinguishable from a point estimate
CWrong — prediction intervals actually widen with sample size because more data reveals more variation in the outcome
DCorrect — prediction intervals and confidence intervals for the mean both converge to zero width as n grows large
Question 2 Multiple Choice

Which of the following correctly distinguishes what a confidence interval and a prediction interval estimate in regression?

AA confidence interval estimates where the true mean of Y lies for all units with a given X value; a prediction interval estimates where a specific new individual observation will fall
BA confidence interval is always wider because it must account for both parameter uncertainty and the individual error term
CA prediction interval is a special type of confidence interval used when the model's R² is below 0.5
DThe two intervals are numerically equivalent whenever the sample size is large enough for the central limit theorem to apply
Question 3 True / False

A prediction interval for a new observation is always wider than the confidence interval for the mean at the same X value, even with a very large sample.

TTrue
FFalse
Question 4 True / False

As sample size grows toward infinity, both confidence intervals for the mean and prediction intervals for individual observations will eventually converge to a single point.

TTrue
FFalse
Question 5 Short Answer

Explain why prediction intervals widen as the predictor value X_new moves further from the mean of the training data. What are the statistical and practical implications of this widening?

Think about your answer, then reveal below.