Search found 13318 matches

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: 294

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: 974

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: 974

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: 974

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: 8730

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: 27138

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: 52311

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: 52311

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: 52311

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.
by EViews Gareth
Fri Dec 29, 2023 9:31 am
Forum: Programming
Topic: Occasional problems with special pasting in powerpoint
Replies: 2
Views: 22026

Re: Occasional problems with special pasting in powerpoint

I've seen it happen a couple of times, but the bug appears to be within Powerpoint (I've had them disappear when linked to other applications too, not just EViews)
by EViews Gareth
Thu Dec 28, 2023 7:46 am
Forum: Programming
Topic: Stacked bar chart not displaying observations below 0
Replies: 2
Views: 20802

Re: Stacked bar chart not displaying observations below 0

It probably is working, but if you want to stack negative values separately from positive values, you'll need:

Code: Select all

graph1.options stackposneg
by EViews Gareth
Wed Dec 27, 2023 11:44 am
Forum: Programming
Topic: Save series as a .json file
Replies: 1
Views: 20776

Re: Save series as a .json file

You can't (other than creating a new workfile and copying it across)
by EViews Gareth
Wed Dec 27, 2023 11:04 am
Forum: Programming
Topic: Database DBREFRESH
Replies: 1
Views: 20119

Re: Database DBREFRESH

What would it do?

Go to advanced search