Page 1 of 1

parameter change from c(1) ...

Posted: Tue Feb 14, 2012 7:39 am
by cel
Hi
can i instead of using C(1), etc in estimation use more friendly parameters beta etc.

Thanks.

Re: parameter change from c(1) ...

Posted: Tue Feb 14, 2012 8:39 am
by EViews Gareth
If you specify your equation by expression (y=beta(1)+beta(2)*x1) you can use any coefficient vector you want.

Re: parameter change from c(1) ...

Posted: Tue Feb 14, 2012 8:50 am
by startz
Be sure you declare beta before you use it.