EViews will use an ML estimator to estimate rho, if it isn't supplied.
An indicator series of a constant value of 1 is used if none is supplied.
https://eviews.com/help/helpintro.html# ... 23ww268576
Search found 13611 matches
- Thu Aug 06, 2026 4:27 pm
- Forum: Data Manipulation
- Topic: copy(c=litmana) A\series01 without rho and @indicator?
- Replies: 1
- Views: 595
- Thu Jul 23, 2026 8:36 am
- Forum: Bug Reports
- Topic: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)
- Replies: 4
- Views: 1280
Re: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)
Might want to update to the latest version.
- Tue Jul 21, 2026 9:14 am
- Forum: Bug Reports
- Topic: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)
- Replies: 4
- Views: 1280
Re: Failed to initialize EViewsRConn.VariantRConn — COM Error 0x800706be at XOPEN(TYPE=R)
I've been trying to replicate this, but can't. I ran you reproducer many times over a couple of hours, and no issues.
Which version/build date of EViews are you using? (Help->About EViews)
Which version/build date of EViews are you using? (Help->About EViews)
- Wed Jul 08, 2026 11:18 am
- Forum: Data Manipulation
- Topic: EViews 14: Mixed graph option bug?
- Replies: 1
- Views: 1351
Re: EViews 14: Mixed graph option bug?
Just tried it - no crash. What's the workfile spec?
- Fri Jun 26, 2026 7:21 am
- Forum: Bug Reports
- Topic: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
- Replies: 3
- Views: 3802
- Wed Jun 24, 2026 12:40 pm
- Forum: Bug Reports
- Topic: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
- Replies: 3
- Views: 3802
Re: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
Yep, definitely a bug. We'll fix. Just if you're interested, here's some code that makes it concrete. close @wf wfcreate(page=q) q 1990 2030 series y=nrnd pagecreate(page=m) m 1990 2030 series x=nrnd pageselect q copy(c=split) m\x * smpl 1990 2020 2023 2030 equation eq1.midas(midwgt=umidas, fixedlag...
- Wed Jun 17, 2026 10:07 am
- Forum: Bug Reports
- Topic: stom / stomna on a large balanced panel hangs indefinitely in EViews 14 (instant in EViews 12)
- Replies: 2
- Views: 2912
- Mon Jun 01, 2026 12:50 am
- Forum: Programming
- Topic: Merging datasets
- Replies: 5
- Views: 6146
Re: Merging datasets
Here's a stab. mode quiet close @all import(page=key) .\key.txt @freq u 1 %name = @wright(@wlookup("*"), 1) rename {%name} name %name = "name" rename series* key* %keys = @wlookup("key*") %objects = @wdelim( _ @wreplace( _ "vintage year " + %keys + " &quo...
- Sat May 30, 2026 6:00 am
- Forum: Data Manipulation
- Topic: Simple pageunstack gone wrong
- Replies: 3
- Views: 6238
Re: Simple pageunstack gone wrong
Yeah, that’s not a bad way to do it.
- Fri May 29, 2026 11:17 pm
- Forum: Data Manipulation
- Topic: Simple pageunstack gone wrong
- Replies: 3
- Views: 6238
Re: Simple pageunstack gone wrong
The issue is that because there is no between cross-section variation (a and b are identical), when you stack, EViews does the "smart" thing in realising you don't need two different value series, so it condenses down to a single series, called value. Then when you do the tidyup step, you ...
- Fri May 29, 2026 11:08 pm
- Forum: Programming
- Topic: Merging datasets
- Replies: 5
- Views: 6146
Re: Merging datasets
Are you still having issues with the first case (or the second)? I took a look, but think I need more information on what you're trying to do. I put a stop right before your "attempt 1", just to load the two pages and do the renames. But after that I can't see what you're trying to accompl...
- Tue May 26, 2026 12:00 pm
- Forum: Programming
- Topic: Eviews 14 Link Command Issue
- Replies: 1
- Views: 2806
Re: Eviews 14 Link Command Issue
Yes, you cannot redeclare the link if it already exists. We'll take a look to see if we can improve that behaviour.
In the meantime, yes, you'd have to delete it first.
In the meantime, yes, you'd have to delete it first.
- Mon May 25, 2026 11:35 am
- Forum: Programming
- Topic: @logmode?
- Replies: 1
- Views: 2884
Re: @logmode?
You mean determine what it is currently set to? No, unfortunately not.
- Sat May 16, 2026 3:02 pm
- Forum: Programming
- Topic: Get date format for active page?
- Replies: 7
- Views: 5826
Re: Get date format for active page?
@dateval usually just figures it out without needing a format
- Sat May 16, 2026 5:44 am
- Forum: Programming
- Topic: Get date format for active page?
- Replies: 7
- Views: 5826
Re: Get date format for active page?
No, it is a global setting in EViews.
I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.
I think there's probably an easy way to do what you want, but I don't understand, yet, what you're trying to do.
