Search found 13323 matches

by EViews Gareth
Thu Apr 25, 2024 2:18 pm
Forum: Estimation
Topic: VARSEL - Auto-search / GETS
Replies: 8
Views: 179

Re: VARSEL - Auto-search / GETS

The problem is that it is selecting the "empty model" as the best model in your case for these countries (and in the other cases it is selecting the GUM). But the empty model is non-valid.

You could get around it by using the "noempty" option to not include the empty model.
by EViews Gareth
Thu Apr 25, 2024 1:27 pm
Forum: Estimation
Topic: VARSEL - Auto-search / GETS
Replies: 8
Views: 179

Re: VARSEL - Auto-search / GETS

I tried running default settings, and it seemed to go through every country: %list = @wflookup("dp*") %list = @replace(%list, "DP", "") for %temp {%list} equation tmp_model{%temp}.varsel(method=auto) dp{%temp} @ c dp{%temp}(-1) dp{%temp}(-2) dp{%temp}(-3) dp{%temp}(-4) ...
by EViews Gareth
Thu Apr 25, 2024 1:16 pm
Forum: Estimation
Topic: VARSEL - Auto-search / GETS
Replies: 8
Views: 179

Re: VARSEL - Auto-search / GETS

Presumably %temp is changing in some sort of loop - what's it equal to when the program fails?
by EViews Gareth
Thu Apr 25, 2024 12:27 pm
Forum: Estimation
Topic: VARSEL - Auto-search / GETS
Replies: 8
Views: 179

Re: VARSEL - Auto-search / GETS

Any chance you could provide the workfile?
by EViews Gareth
Thu Apr 18, 2024 2:29 pm
Forum: Data Manipulation
Topic: number of workdays
Replies: 6
Views: 347

Re: number of workdays

Show off.
by EViews Gareth
Thu Apr 18, 2024 10:21 am
Forum: Estimation
Topic: GVAR
Replies: 4
Views: 3878

Re: GVAR

Not at the moment.
by EViews Gareth
Wed Apr 17, 2024 10:09 am
Forum: Data Manipulation
Topic: number of workdays
Replies: 6
Views: 347

Re: number of workdays

Create a series equal to @date on the daily page. Copy it over to the monthly page using "first" as the frequency conversion. Then copy it again using "last" as the frequency conversion. That will give you a series of the dates of the first workday and last weekday of each month.
by EViews Gareth
Wed Apr 17, 2024 7:32 am
Forum: Data Manipulation
Topic: number of workdays
Replies: 6
Views: 347

Re: number of workdays

I'd do it just by creating a temporary monthly page.

Code: Select all

wfcreate(page=daily) d5 2000 2024

pagecreate(page=monthly) m 2000 2024
series days = @daycount("Mon-Fri")
copy monthly\days daily\days
pageselect daily
by EViews Gareth
Wed Apr 10, 2024 10:55 am
Forum: Estimation
Topic: Ridge Estimation
Replies: 3
Views: 260

Re: Ridge Estimation

Where L1 is the sum of the absolute values, and L2 is the square root of the sum of the squares.
by EViews Gareth
Sun Apr 07, 2024 9:42 am
Forum: Programming
Topic: Bloomberg Querry Language (BQL) Fetch
Replies: 1
Views: 260

Re: Bloomberg Querry Language (BQL) Fetch

It is not currently supported by EViews.
by EViews Gareth
Fri Mar 29, 2024 8:54 am
Forum: Programming
Topic: Unable to open RTF file
Replies: 1
Views: 212

Re: Unable to open RTF file

Have you tried saving it to somewhere other than onedrive?

Go to advanced search