Confidence interval

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

AKM
Posts: 1
Joined: Tue Oct 13, 2009 11:38 pm

Confidence interval

Postby AKM » Tue Oct 20, 2009 11:37 am

I am a newbie to eViews. I've been running regressions but I am unable to find confidence intervals to the estimators. e.g. y=mx+c. After estimating m and c, I am not sure how to find a c.i for m = in excel you get to select the interval while regressing.
Any info is appreciated.
Regards,AKM

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: Confidence interval

Postby trubador » Thu Oct 22, 2009 9:47 am

Confidence interval is an additional output and its calculation is fairly straightforward. In EViews, a typical output already gives you standard errors of the estimators. All you have to do is generate a series using this information. Suppose that the estimated coefficients c(1) and c(2) refer to c and m respectively. Then you can generate %95 upper and lower confidence bounds as follows:

Code: Select all

series upper_c1 = @coefs(1)+@qnorm(.025)*@stderrs(1) series upper_c2 = @coefs(2)+@qnorm(.025)*@stderrs(2) series lower_c1 = @coefs(1)-@qnorm(.025)*@stderrs(1) series lower_c2 = @coefs(2)-@qnorm(.025)*@stderrs(2)

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13584
Joined: Tue Sep 16, 2008 5:38 pm

Re: Confidence interval

Postby EViews Gareth » Thu Oct 22, 2009 9:57 am

EViews 7 has the ability to show confidence intervals without any extra calculations.

wardy94
Posts: 4
Joined: Thu Apr 28, 2016 4:15 am

Re: Confidence interval

Postby wardy94 » Thu Apr 28, 2016 8:05 am

Hi there,

I was wondering how to compute confidence intervals for impulse response functions under VARs?

Thanks,

James


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests