Search found 11662 matches
- Sat Apr 21, 2018 8:36 am
- Forum: Programming
- Topic: Program for Pooled Estimation
- Replies: 2
- Views: 45
- Fri Apr 20, 2018 12:45 pm
- Forum: Estimation
- Topic: Autocorrelation and heteroskedasticity in Panel Data
- Replies: 9
- Views: 231
Re: Autocorrelation and heteroskedasticity in Panel Data
I do not give econometric advice
- Fri Apr 20, 2018 7:30 am
- Forum: Programming
- Topic: Get axis range from graph object
- Replies: 3
- Views: 88
Re: Get axis range from graph object
Unfortunately that is a proprietary algorithm.
- Thu Apr 19, 2018 11:53 am
- Forum: Estimation
- Topic: Autocorrelation and heteroskedasticity in Panel Data
- Replies: 9
- Views: 231
- Thu Apr 19, 2018 9:54 am
- Forum: Estimation
- Topic: Autocorrelation and heteroskedasticity in Panel Data
- Replies: 9
- Views: 231
Re: Autocorrelation and heteroskedasticity in Panel Data
The standard introductory approaches to autocorrelation and heteroskedasticity don't apply in panel data. Thus there is no "White test" or simple "White standard errors". The idea of heteroskedaticity is more complicated in a panel setting - is the covariance between errors withi...
- Thu Apr 19, 2018 7:44 am
- Forum: Programming
- Topic: Get axis range from graph object
- Replies: 3
- Views: 88
Re: Get axis range from graph object
Code: Select all
graph.@axismin
graph.@axismax
- Wed Apr 18, 2018 8:10 am
- Forum: Programming
- Topic: Save scalars in a vector
- Replies: 4
- Views: 117
- Wed Apr 18, 2018 7:24 am
- Forum: Programming
- Topic: Save scalars in a vector
- Replies: 4
- Views: 117
Re: Save scalars in a vector
Code: Select all
vector(10) a
for !i=10 to 100 step 10
!j = !i/10
a(!j)=sum_ssr_hdebt_!i+sum_ssr_ldebt_!i
next
- Wed Apr 18, 2018 7:20 am
- Forum: Installation and Registration
- Topic: EViews sample workfiles
- Replies: 3
- Views: 125
Re: EViews sample workfiles
Not that I am aware of.
- Mon Apr 16, 2018 3:10 pm
- Forum: Programming
- Topic: .x13 syntax problem
- Replies: 6
- Views: 867
Re: .x13 syntax problem
The forecast won't be imported if a) X13 didn't create a forecast (for example it decided none of the ARIMA models were appropriate) or b) the forecast extends beyond the workfile range.
- Mon Apr 16, 2018 7:36 am
- Forum: Programming
- Topic: Redundant variables test and restricted sample
- Replies: 3
- Views: 1120
Re: Redundant variables test and restricted sample
Did you make a group called G1?
- Sun Apr 15, 2018 1:29 pm
- Forum: Installation and Registration
- Topic: EViews sample workfiles
- Replies: 3
- Views: 125
Re: EViews sample workfiles
Hello! I would like to know if it is possible to get older EViews sample workfiles as well or could You help me finding one specific workfile. I am trying to estimate NAIRU with Kalman filter for European Union countries. I have EViews 10 and wanted to see some state-space model examples. I found o...
- Sat Apr 14, 2018 8:55 am
- Forum: Programming
- Topic: program log
- Replies: 1
- Views: 56
Re: program log
Did you use the logmode command to turn the log on?
- Fri Apr 13, 2018 11:47 am
- Forum: Add-in Support
- Topic: FAVAR add-in
- Replies: 54
- Views: 7386
Re: FAVAR add-in
Try now.
- Fri Apr 13, 2018 7:22 am
- Forum: Estimation
- Topic: GARCH(1,1) Forecast Series
- Replies: 19
- Views: 5625
Re: GARCH(1,1) Forecast Series
The long term forecast is just the constant from the equation output, so calculating it is really easy.