Prediction interval vs. confidence interval #2372
|
I discussed with my supervisor that a confidence interval and a prediction interval are not the same thing. Translated with www.DeepL.com/Translator (free version) |
Answered by
codingWhale13
Oct 17, 2022
Replies: 1 comment 9 replies
|
That's a good point. I'm not sure myself but maybe this helps a bit: |
9 replies
Answer selected by
MarleneBs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a good point. I'm not sure myself but maybe this helps a bit:
As you can see here,
plotjust uses thequantilemethod ofForecast. For example, for a 90% interval, the 0.05 and 0.95 quantiles are used for plotting.