Search found 10 matches

by nmark@nd.edu
Fri Oct 04, 2024 1:29 pm
Forum: Bug Reports
Topic: How to save correct @AIC or @SC in VARS?
Replies: 1
Views: 37676

Re: How to save correct @AIC or @SC in VARS?

Never mind. I figured it out. You need to give the system name
V_1.@aic, etc.

Sorry about that
by nmark@nd.edu
Fri Oct 04, 2024 1:23 pm
Forum: Bug Reports
Topic: How to save correct @AIC or @SC in VARS?
Replies: 1
Views: 37676

How to save correct @AIC or @SC in VARS?

I wrote a little program to estimate a 3 dimensional Vector Autoregression with lags from 1 to 12, and asked to save the AIC and SC from each run, store in the matrix IC: series r = ffr_shadow matrix(12,2) IC for !j = 1 to 12 var v_{!j} var v_{!j}.ls 1 !j ffr_shadow infl ue IC(!j,1) = @aic IC(!j,2) ...
by nmark@nd.edu
Tue Mar 19, 2024 4:53 pm
Forum: Programming
Topic: @recode issue
Replies: 2
Views: 6387

Re: @recode issue

Thank you!
by nmark@nd.edu
Tue Mar 19, 2024 6:50 am
Forum: Programming
Topic: @recode issue
Replies: 2
Views: 6387

@recode issue

stomna(AFG,Mat1) scalar X50 = @quantile(Mat1,0.5) scalar X60 = @quantile(Mat1,0.6) scalar X70 = @quantile(Mat1,0.7) scalar X80 = @quantile(Mat1,0.8) scalar X90 = @quantile(Mat1,0.9) series AFG_90 = 0 series AFG_80 = 0 series AFG_70 = 0 series AFG_60 = 0 series AFG_50 = 0 series AFG_90 = @recode(X90 ...
by nmark@nd.edu
Wed Feb 28, 2024 7:27 am
Forum: Programming
Topic: maximum number of coefficients in a system
Replies: 5
Views: 15450

Re: maximum number of coefficients in a system

Thank you!!!
by nmark@nd.edu
Tue Feb 27, 2024 1:29 pm
Forum: Estimation
Topic: Maximum Group Size for Regression
Replies: 5
Views: 29943

Re: Maximum Group Size for Regression

Can you give a little example about how to change the coefficient vector to something other than c?
I am having the same problem in a system. I have more than 740 coefficients, but replacing c(1)-c(740) with something like g(1)-g(740) doesn't work.
by nmark@nd.edu
Tue Feb 27, 2024 11:34 am
Forum: Programming
Topic: maximum number of coefficients in a system
Replies: 5
Views: 15450

Re: maximum number of coefficients in a system

How do you do that? I mean use a coefficient vector other than c? I tried this but it doesn't recognize the vector g. vector (860) g system sys_01 !j1 = 1 !j2 = !j1 + 1 !j3 = !j2 + 1 !j4 = !j3 + 1 !j5 = !j4 + 1 !j6 = !j5 + 1 for %co AGO ALB ARE ARG AUS AUT BDI BEL BEN BFA BGD BGR BHS BLZ BOL BRA BRN...
by nmark@nd.edu
Tue Nov 01, 2022 6:11 am
Forum: Estimation
Topic: Forecasting ARMA(2,2)
Replies: 3
Views: 4833

Re: Forecasting ARMA(2,2)

Gareth, thanks for the explanation. But now I am confused. Subtracting the constant from the lagged dependent variable doesn't seem right. Say we just have an AR(1), where y(t) = c + ar1*y(t-1) + error(t), then you are saying eviews one-period ahead forecast will be y_f = c + ar1*(y(t) - c) = c*(1-a...
by nmark@nd.edu
Tue Oct 25, 2022 7:31 am
Forum: Estimation
Topic: Forecasting ARMA(2,2)
Replies: 3
Views: 4833

Forecasting ARMA(2,2)

I had my class estimate an ARMA(2,2) on daily returns data from 01/01/70 to 05/10/2023 (IDK how we got to 2023, but that's not the issue), then to forecast 05/11/2023 and 05/12/2023. Using dynamic forecast, the forecasted values are 0.000439047 and 0.000580532 respectively. When you do it by hand, t...
by nmark@nd.edu
Wed Apr 25, 2018 2:14 pm
Forum: Bug Reports
Topic: X-12 cannot run from shared directory with spaces in name
Replies: 1
Views: 4810

X-12 cannot run from shared directory with spaces in name

I tried to run the X-12 seasonal adjustment (Eviews 8) and received the error message "You cannot run Census X-11/X12 from a shared directory which has spaces in its name" Has anyone else encountered this problem? Does anybody know what the error message means? This is a screenshot of the ...

Go to advanced search