Page 1 of 1

@prob data member of coefficient in equation object missing?

Posted: Sun Oct 02, 2011 3:19 pm
by equis
Going through the data members of the equation object in the Object Reference manual I can find @coefs(i), @tstats(i) but not @prob(i). Is there a data member for the probability value of a coefficient in the equation object? If not, what would be the most convenient way of obtaining this probability value in an Eviews program? Thank you.

Re: @prob data member of coefficient in equation object miss

Posted: Sun Oct 02, 2011 5:41 pm
by EViews Gareth
Use the corresponding statistical function to calculate the p-value based on the t/z statistic.

Re: @prob data member of coefficient in equation object miss

Posted: Sun Oct 09, 2011 10:56 pm
by equis
Ok, thank you.