Search found 14 matches

by kanonathena
Wed Oct 20, 2010 1:28 am
Forum: Data Manipulation
Topic: eview calculate wrong log value?
Replies: 1
Views: 2526

eview calculate wrong log value?

Hi,

In eviews, log(1.014099) = 0.01400053, but it actually equals 0.006080354, any idea why this is the case?
by kanonathena
Wed Oct 13, 2010 4:49 am
Forum: Data Manipulation
Topic: seasonality after seasonal adjustment
Replies: 7
Views: 8725

seasonality after seasonal adjustment

Hi

After making seasonal adjustment to a series with ARIMA (no seasonal dummies or constant), the resulting series still has a seasonal patten as detected by regressing the adjusted series on seasonal dummies. why is this?
by kanonathena
Tue Sep 21, 2010 7:15 pm
Forum: Programming
Topic: question about specifying sample size
Replies: 7
Views: 5925

Re: question about specifying sample size

if !xx5<40, I don't want to include variable x5 in the forecasting equation. What I want is to include varaibles that has more than 40 observations to do the forecast, so if !xx5<40 I will just use x1,x2,x3,x4. I tried the program on another computer with eviews 7, and it is still very slow, seems t...
by kanonathena
Tue Sep 21, 2010 3:33 am
Forum: Programming
Topic: question about specifying sample size
Replies: 7
Views: 5925

Re: question about specifying sample size

Hi, Gareth Could you run the program and workfile in the this attachment? I found that eviews 6 seems to be stuck determining "%x4string" (saw this in the bottom left status bar where %x4string flashes a lot), and this problem is specific to certain time series, if I change %x4 from gold_i...
by kanonathena
Sat Sep 18, 2010 11:23 pm
Forum: Programming
Topic: question about specifying sample size
Replies: 7
Views: 5925

Re: question about specifying sample size

I have attached the workfile.
by kanonathena
Sat Sep 18, 2010 11:06 am
Forum: Programming
Topic: question about specifying sample size
Replies: 7
Views: 5925

question about specifying sample size

Hi, I use the following program to recursively forecast cpi-ind2_d with 0-4 lags of cpi_ind_d and 0-1 lags of x7,x8,x10,x11,using BIC to select lag length. Because x7,x8,x10,x11 starts at different quarters, I want to only used them if they have 79 observations. It seems to take forever to just do o...
by kanonathena
Fri Sep 17, 2010 6:33 am
Forum: Data Manipulation
Topic: granger causality test with newey west correction?
Replies: 2
Views: 4684

granger causality test with newey west correction?

Is there a way to extract the program code of granger causality test so I add newey west correction .ls(n) ? what about codes of other tests in eviews6
by kanonathena
Sun Sep 12, 2010 8:16 am
Forum: Data Manipulation
Topic: arima spec and automodel option error
Replies: 2
Views: 3378

arima spec and automodel option error

Hi, When I try to seasonally adjust a series after I choose "x12a" with select from file under arima spec, an error shows up saying "arima spec and automodel option can't be used together in x12", but didn't I ask eviews to auto select a model from a set of specified models in &q...
by kanonathena
Fri Sep 03, 2010 6:54 am
Forum: Programming
Topic: question about fitted value series
Replies: 1
Views: 2663

question about fitted value series

Hi, I used sample 1973q1 1990q4 to generate out of sample forecast for 1991q1, but the forecast series seems to contain fitted value(don't know if they are indeed fitted values) for the entire sample range within the workfile, not just one period, what is wrong with my code? ' set sample to estimati...
by kanonathena
Thu Sep 02, 2010 5:54 am
Forum: Program Repository
Topic: Automatic ARMA selection
Replies: 47
Views: 150016

Re: Automatic ARMA selection

After finding the model with the right lags for inflation and indicator x, I want to use recursive estimation to find all the forecast errors from one-step ahead static regression. Here is the code I modified from the rolling window thread based on a test model(.ls inf c inl(-1) ): ' get size of wor...
by kanonathena
Wed Sep 01, 2010 11:25 am
Forum: Program Repository
Topic: Automatic ARMA selection
Replies: 47
Views: 150016

Re: Automatic ARMA selection

Hi, I modified this code to regress inflation on lags of inflation (0-4 lags) and lags of indicator x (inl: long term interest rate) (1-4 lags) . Using AIC to automatically select lags, I got two tables, one is _Crits lags of inflation / lags of x 1.000000 2.000000 3.000000 4.000000 0.000000 3.16241...
by kanonathena
Sun Aug 01, 2010 9:07 am
Forum: Programming
Topic: N-Step ahead Out-of-Sample-Forecasts
Replies: 9
Views: 17664

Re: N-Step ahead Out-of-Sample-Forecasts

Thanks for the quick reply. I see what you mean. What should I do if I want the estimation sample to end at the 4th quarter of each year, so it is not adding one observation at a time but four(quarters)? And also my forecast horizon is 8 quarters head, how do I specify n-step ahead forecast without ...
by kanonathena
Sun Aug 01, 2010 8:24 am
Forum: Programming
Topic: N-Step ahead Out-of-Sample-Forecasts
Replies: 9
Views: 17664

Re: N-Step ahead Out-of-Sample-Forecasts

Possibly it is. But how can I perform a dynamic forecast without using state space equations (since I am not familiar with it)? If I apply the forecast command there is no option to chose a value for n. Hence, I just perform a one-step ahead forecast before including the next observation, reestimat...
by kanonathena
Thu Jul 15, 2010 3:24 am
Forum: Programming
Topic: Question about doing a loop
Replies: 1
Views: 3697

Question about doing a loop

Hi, I'm a newbie to eviews, here is my problem. I want to a recursive modeling approach to decide which asset prices are good for predicting inflation rate. Suppose the time series running from 1980 to 2009 (quarterly data), asset prices are house price(a), stock index(b), interest rate(c), I use a ...

Go to advanced search