I was given a problem asking that and I'm not quite sure how to answer it. If anyone can please explain me
Asked
Active
Viewed 1,575 times
3
-
2Since it seems to be a homework, please add `[self-study]` tag and check http://stats.stackexchange.com/tags/self-study/info – Tim Nov 15 '16 at 14:23
-
Prediction intervals are actually always wider than confidence intervals. A detailed explantion is given here: https://stats.stackexchange.com/a/271232/180467 – Igor Franzoni Okuyama Nov 27 '19 at 13:08
2 Answers
7
Is it?
I have seen someone compute a confidence interval for the mean, and use it as if it was a prediction interval for a future observation. The trouble is, confidence intervals for the mean are much narrower than prediction intervals, and so this gave him an exaggerated and false sense of the accuracy of his forecasts. Instead of the interval containing 95% of the probability space for the future observation, it contained only about 20%.

Tim
- 108,699
- 20
- 212
- 390
5
I can be very, very confident what the average age of a United States citizen is if I've taken enough samples. But if you pick a person at random, I basically have no idea how old they are. One has almost nothing to do with the other.

David Schwartz
- 211
- 1
- 7
-
1Variance of sample mean vs variance of population. Is this what the op was asking? – innisfree Nov 15 '16 at 22:43
-