Search found 4 matches
- Wed Jan 27, 2010 3:55 pm
- Forum: Programming
- Topic: Extracting fixed coefficients from regression equation
- Replies: 7
- Views: 8635
Re: Extracting fixed coefficients from regression equation
Just a thought, would it be possible to have the user specify the fixed coefficients as scalars or elements of a vector to make them easier to retrieve? startz - I had the chance to have a play with your idea about using scalars or elements of a vector and I found that eviews will accept equations ...
- Tue Jan 26, 2010 4:19 pm
- Forum: Programming
- Topic: Extracting fixed coefficients from regression equation
- Replies: 7
- Views: 8635
Re: Extracting fixed coefficients from regression equation
interesting idea - i'll have a play with it tomorrow to see if this is feasible! I'll post the outcome here for completeness
- Tue Jan 26, 2010 2:58 pm
- Forum: Programming
- Topic: Extracting fixed coefficients from regression equation
- Replies: 7
- Views: 8635
Re: Extracting fixed coefficients from regression equation
Thanks for the response. From a practitioner's perpective fixed coefficients are used frequently, so having the functionality to formally specify these would be a welcome addition. Does Eview currently handle a specification such as the one above, by taking the fixed coefficients to the LHS of the e...
- Tue Jan 26, 2010 2:29 pm
- Forum: Programming
- Topic: Extracting fixed coefficients from regression equation
- Replies: 7
- Views: 8635
Extracting fixed coefficients from regression equation
Hi All, I'm trying to write a program that will create a table of coefficients and regressors from a given equation. Easy enough when all the coefficients in the equation are estimated, as they will all be contained in the coefficient vector. The challenge I am having is when the user's equation con...
