Search found 13307 matches

by EViews Gareth
Tue Feb 06, 2024 4:35 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 508

Re: Importing data from .csv files, prompt and matched dates

More specifically, when issuing a command, EViews presumes you're sat there willing to input something, so if there is a doubt about what's going on, EViews is more willing to prompt you with some options. If you're running a program, EViews assumes you don't want to be prompted, so goes with a defa...
by EViews Gareth
Tue Feb 06, 2024 3:15 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 508

Re: Importing data from .csv files, prompt and matched dates

Try running it in an program, not as a command.
by EViews Gareth
Tue Feb 06, 2024 2:35 pm
Forum: Programming
Topic: Importing data from .csv files, prompt and matched dates
Replies: 8
Views: 508

Re: Importing data from .csv files, prompt and matched dates

Seems to work fine for me. Is your copy of EViews up to date?
fab.gif
fab.gif (1.53 MiB) Viewed 395 times
by EViews Gareth
Mon Feb 05, 2024 9:43 am
Forum: Estimation
Topic: Same seed, same regression, different eviews version and different result
Replies: 1
Views: 249

Re: Same seed, same regression, different eviews version and different result

No, but the random number generator isn't guaranteed to produce the same numbers between versions (even with the same seed)
by EViews Gareth
Fri Feb 02, 2024 6:54 am
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 884

Re: estimating the the BTVC-VAR model.

Btvcvars are only available in EViews 13
by EViews Gareth
Thu Feb 01, 2024 8:26 am
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 884

Re: estimating the the BTVC-VAR model.

Code: Select all

 var ca_{%c}_var05.btvcvar (t0=0)
 

should be

Code: Select all

 var ca_{%c}_var05.btvcvar(t0=0)
 
by EViews Gareth
Wed Jan 31, 2024 5:02 pm
Forum: Programming
Topic: estimating the the BTVC-VAR model.
Replies: 7
Views: 884

Re: estimating the the BTVC-VAR model.

Could you provide a program that just does the bit you're having trouble with?
by EViews Gareth
Wed Jan 31, 2024 11:39 am
Forum: Bug Reports
Topic: Error when querying/fetching IHS Magellan database
Replies: 12
Views: 8612

Re: Error when querying/fetching IHS Magellan database

Recommend contacting support for your data subscription.
by EViews Gareth
Thu Jan 25, 2024 4:13 pm
Forum: Add-in Support
Topic: Normtest
Replies: 14
Views: 26777

Re: Normtest

Probably best off just modifying the source code of the add-in to store whatever you want stored. In effect creating your own version tailored to do what you want it to do.
by EViews Gareth
Thu Jan 04, 2024 8:18 am
Forum: Bug Reports
Topic: Improper work: Rotated - obs axis on left
Replies: 5
Views: 41376

Re: Improper work: Rotated - obs axis on left

We'll investigate.
by EViews Gareth
Wed Jan 03, 2024 3:46 pm
Forum: Bug Reports
Topic: Improper work: Rotated - obs axis on left
Replies: 5
Views: 41376

Re: Improper work: Rotated - obs axis on left

Is your copy of EV13 up to date?
by EViews Gareth
Wed Jan 03, 2024 8:27 am
Forum: Bug Reports
Topic: Improper work: Rotated - obs axis on left
Replies: 5
Views: 41376

Re: Improper work: Rotated - obs axis on left

Could you provide an example? I quickly tried with a random workfile I had opened, and it worked as expected.

Go to advanced search