Page 1 of 1

Trendline and confidence bound

Posted: Thu Mar 17, 2016 9:08 am
by ecardamone
I have GDP time series, 1980-2015. I want to plot a polynomial trendline and show a graph of it, including 95% confidence bound on both sides of the trend line. I run the following regression: ls gdp c @trend^2 @trend. How would I now get the plot of this trendline including the confidence bound?

Thanks!

Re: Trendline and confidence bound

Posted: Thu Mar 17, 2016 9:15 am
by startz
After estimation use the Forecast tab to generate not only the forecast but also the standard error. Then use the standard error series to generate your own confidence bands for plotting.

Re: Trendline and confidence bound

Posted: Thu Mar 17, 2016 9:18 am
by ecardamone
Thank you!