Search found 11 matches
- Tue May 25, 2010 3:20 pm
- Forum: Econometric Discussions
- Topic: Dummy variable confusion, need panel help
- Replies: 7
- Views: 13333
Re: Dummy variable confusion, need panel help
Max25 Just a little more thought on my previous contribution. I guess the graph is just one member of the panel and you propose to model all members demonstrating similar behaviour Suggest the following - no detailed experience to guage suitability of these. (i) Analyse each series as a (G)ARCH. thi...
- Sun May 23, 2010 10:31 am
- Forum: Programming
- Topic: How can I retrieve statistics from a View of an object?
- Replies: 12
- Views: 78303
Re: How can I retrieve statistics from a View of an object?
kipfilet The attached code (using ev5) may help you make progress. It does the same chow breaktest over and over. You can see that you have to work a bit harder ( I,ve not done it here) to supply the changing breakpoint date and the date has to imply sufficient observations in the earlier and later ...
- Sun May 16, 2010 12:33 pm
- Forum: Econometric Discussions
- Topic: Dummy variable confusion, need panel help
- Replies: 7
- Views: 13333
Re: Dummy variable confusion, need panel help
i use daily data over 10 funds, create a panel, and apply some variables including a dummy that is 1 over the recent financial crisis period. http://imgur.com/fkftc.jpg Max25 Just a quick reaction based on graph and quote. Is it the case that the dummy is an expression of a different mean in the se...
- Mon May 10, 2010 2:06 am
- Forum: Program Repository
- Topic: Forecast Evaluation Criteria #2
- Replies: 3
- Views: 13378
Re: Forecast Evaluation Criteria #2
Gareth, Many thanks for your correction - duly acknowledged! Ironically it was the erroneous thought embedded in the your quote of my message that was the inspiration for the method. It also indicates the simple corrections needed (code attached) which give 100% conformity with the 'trubador' algori...
- Mon May 10, 2010 1:53 am
- Forum: Bug Reports
- Topic: Bug in MAPE?
- Replies: 2
- Views: 5269
Re: Bug in MAPE?
Error acknowledged - thanks Gareth - update in cited section.
Gerald
Gerald
- Sat May 08, 2010 7:31 am
- Forum: Estimation
- Topic: Dummy Variable Help
- Replies: 17
- Views: 16894
Re: Dummy Variable Help
Becca88222 can I only use the numbers 0 and 1 or can I have 4 different education levels (college, advanced, high, junior) and number them 0,1,2,3 respectively? You can certainly do this as far as OLS is concerned. The issue is its interpretation. Implicitly you are saying that the effect of this ed...
- Fri May 07, 2010 2:17 am
- Forum: Bug Reports
- Topic: Bug in MAPE?
- Replies: 2
- Views: 5269
Bug in MAPE?
I believe there to be a bug in the calculation of MAPE in the forecast evaluation option to .fit and .forecast. Further details are indicated in my posting in the Program repository section.
Gerald
Gerald
- Fri May 07, 2010 2:12 am
- Forum: Program Repository
- Topic: Forecast Evaluation Criteria #2
- Replies: 3
- Views: 13378
Forecast Evaluation Criteria #2
Eviews can report on a number of forecast evaluation criteria but these are only available as options to the fit and forecast equation procedures. Typically the criteria are used to compare regression-based forecasts with those obtained from other methods but these methods may also be implemented in...
- Wed May 05, 2010 2:17 am
- Forum: Programming
- Topic: standardized system regression coefficients
- Replies: 5
- Views: 10096
Re: standardized system regression coefficients
kerenc, The equation system you define is effectively that of a panel data generation process (DGP) in which the unobservable fixed effects are represented by 'sector' specific intercepts and with common observable 'environment' independent variables. This model is implemented in Eviews using the PO...
- Tue May 04, 2010 4:27 am
- Forum: Programming
- Topic: standardized system regression coefficients
- Replies: 5
- Views: 10096
Re: standardized system regression coefficients
Kerenc As a followup from my earlier message see the attached code. It shortens your variable names to y(1 2 3) and z(1 2 3) respectively. Note also that whilst the regressions eq1 that you specified were with un-transformed variables so that the intercept term should have been specified whereas in ...
- Tue May 04, 2010 3:17 am
- Forum: Programming
- Topic: standardized system regression coefficients
- Replies: 5
- Views: 10096
Re: standardized system regression coefficients
when I'm running a program with 3 equations to calculate the Z scores My interpretation of your question and the following code is that you wish to use the programming constructs to estimate a system of OLS regressions in which a number of depvars are regressed on a common set of indepvars but to r...
