Search found 9 matches
- Thu Sep 27, 2012 1:33 am
- Forum: Estimation
- Topic: State Space model
- Replies: 27
- Views: 42158
Re: State Space model
Hi everyone, My current project is to estimate a Dynamic Factor Model (DFM) in order to nowcast quarterly GDP growth. So far I've gathered 16 indicators (PMI manufacturing, services, IP etc.) that are available on a monthly basis and that are correlated to economic activity. Having these indicators ...
- Wed Sep 26, 2012 10:36 pm
- Forum: General Information and Tips and Tricks
- Topic: Dynamic Factor Analysis
- Replies: 2
- Views: 7907
Re: Dynamic Factor Analysis
Hi everyone, My current project is to estimate a Dynamic Factor Model (DFM) in order to nowcast quarterly GDP growth. So far I've gathered 16 indicators (PMI manufacturing, services, IP etc.) that are available on a monthly basis and that are correlated to economic acitivity. Having these indicators...
- Tue Sep 25, 2012 6:30 am
- Forum: Programming
- Topic: Change Line Color
- Replies: 2
- Views: 4562
Re: Change Line Color
thx!!!!
the following code worked just fine for me:
the following code worked just fine for me:
Code: Select all
graph wholesampl.line(o=spartan) gdp_hat gdp_growth
wholesample.setelem(1) lcolor(blue) 'colors gpd_hat blue'
- Mon Sep 24, 2012 4:47 am
- Forum: Programming
- Topic: Change Line Color
- Replies: 2
- Views: 4562
Change Line Color
Hi everyone, Is there a possibility/code of changing the color of certain lines? My goal is to color the lines representing the 95% CI (series upper and lower) equally. How to adjust my code? [b]graph fitted_gdp_wholesample1.line(o=spartan) fitted_gdp1 gdp_growth upper lower [/b] Thanks in advance
- Fri Sep 21, 2012 12:14 am
- Forum: Programming
- Topic: exporting graphs to excel or save as jpg
- Replies: 2
- Views: 6729
Re: exporting graphs to excel or save as jpg
Thanks Gareth!!!
The following code worked for me:
graph_name.save "path\name of graph.jpg"
E.g.
global_cpi.save "Q:\GLOBAL-TEAM\07_Analysts\Tobi_Müller\Projects\Global Inflation Forecasting\Results\Global CPI.jpg"
The following code worked for me:
graph_name.save "path\name of graph.jpg"
E.g.
global_cpi.save "Q:\GLOBAL-TEAM\07_Analysts\Tobi_Müller\Projects\Global Inflation Forecasting\Results\Global CPI.jpg"
- Thu Sep 20, 2012 8:05 am
- Forum: Programming
- Topic: export certain series to excel
- Replies: 2
- Views: 4149
Re: export certain series to excel
works well!!!! Thank you soo much

- Thu Sep 20, 2012 7:58 am
- Forum: Programming
- Topic: exporting graphs to excel or save as jpg
- Replies: 2
- Views: 6729
exporting graphs to excel or save as jpg
Hi Folks, Is there a code that allows to export graphs directly into an existing or new excel file? If not, how to export saved graphs as jpg or alike? So far I've only managed to save plots as follows: graph dm_cpi.line(o=spartan,ab=b) cpi_dm_forecast_li2 cpi_dm_0 cpi_dm thanks for your help in adv...
- Thu Sep 20, 2012 3:58 am
- Forum: Programming
- Topic: export certain series to excel
- Replies: 2
- Views: 4149
export certain series to excel
Hi everyone, I have a problem exporting certain series from my workfile to excel. For example I only wish to export the forecast series I created not all series in the workfile. The following code was used: wfsave(type=excel) "D:\Documents and Settings\t469024\Desktop\Global Inflation\global_in...
- Mon Sep 17, 2012 3:25 am
- Forum: General Information and Tips and Tricks
- Topic: Dynamic Factor Analysis
- Replies: 2
- Views: 7907
Dynamic Factor Analysis
Hey Folks is there a way/code of doing dynamic factor analysis in EViews 7???
