Search found 587 matches

by EViews Matt
Thu Jun 25, 2026 11:13 am
Forum: Bug Reports
Topic: Tables with empty cells: unexpected results from a loop search for a string
Replies: 1
Views: 642

Re: Tables with empty cells: unexpected results from a loop search for a string

Hello, You're correct that comparisons with the empty string can be a bit unintuitive (we actually had this discussion 9 years ago 8)). Your basic comparison expression, tab(!i,1) <> "c", is one in which an empty table cell will be treated as a missing value rather than an empty string, an...
by EViews Matt
Thu Jun 25, 2026 10:53 am
Forum: Bug Reports
Topic: function @rinstr not working properly
Replies: 1
Views: 578

Re: function @rinstr not working properly

Hello, The @rinstr function is behaving as intended. While the @rinstr function performs a right-to-left search for a matching substring, in contrast to @instr's left-to-right search, both functions return a character location for the match, which is numbered left-to-right starting at 1. The search ...
by EViews Matt
Tue Jun 09, 2026 1:48 pm
Forum: Bug Reports
Topic: stom / stomna on a large balanced panel hangs indefinitely in EViews 14 (instant in EViews 12)
Replies: 2
Views: 1409

Re: stom / stomna on a large balanced panel hangs indefinitely in EViews 14 (instant in EViews 12)

Hello,

You're correct, a severe performance loss issue is present in the stom/stomna commands for the recent versions of EViews. The next patch for EViews 14 will restore the commands' performance.
by EViews Matt
Mon Jun 01, 2026 4:23 pm
Forum: Bug Reports
Topic: PNG graph.save(t=png,d=300) exports at ~96 DPI metadata, not 300 DPI
Replies: 1
Views: 1538

Re: PNG graph.save(t=png,d=300) exports at ~96 DPI metadata, not 300 DPI

Hello,

You're correct that the DPI information wasn't being recorded correctly. The next patch to EViews 14 will include a fix for this issue.
by EViews Matt
Mon Jun 16, 2025 3:03 pm
Forum: Bug Reports
Topic: VAR forecast
Replies: 1
Views: 28814

Re: VAR forecast

Hello,

It's indeed a bug. It'll be fixed in the next patch.
by EViews Matt
Fri Jun 13, 2025 1:56 pm
Forum: Programming
Topic: Ensuring "Include titles" checked in .CSV output dump
Replies: 1
Views: 27642

Re: Ensuring "Include titles" checked in .CSV output dump

Hello,

Include the "title" option with the save procedure, e.g.,

Code: Select all

tblSR.save(t=csv,title) "C:\Data\Fit\PMG\OUT\STUukPG\STUukPG_srCOEFFS.csv"
by EViews Matt
Thu Jun 12, 2025 10:28 am
Forum: Programming
Topic: Incomplete string of equation info
Replies: 1
Views: 24226

Re: Incomplete string of equation info

Hello, Are you storing/viewing the result of @varlist or @subst via an alpha series? Alpha series have a adjustable character limit (Options -> General Options... -> Series and Alphas -> Alpha truncation) that would explain the issue you describe. However, if you simply avoid an alpha series, for ex...
by EViews Matt
Thu Apr 17, 2025 10:25 am
Forum: Estimation
Topic: Lambda tunning
Replies: 1
Views: 34869

Re: Lambda tunning

Hello,

You can perform a Lasso regression as a special case using EViews' ENET estimator. The documentation has all the details, but you can easily evaluate multiple lambda values as part of the estimation.
by EViews Matt
Tue Mar 11, 2025 2:46 pm
Forum: Programming
Topic: Check if control variable is defined
Replies: 4
Views: 46020

Re: Check if control variable is defined

Hello, The setmaxerrs command specifies which error will halt the program, e.g. setmaxerrs 4 stopping at the 4th error, not the number of allowed errors, e.g. setmaxerrs 4 stopping at the 5th error. A difference of only one error, but I understand how the description of setmaxerrs could be ambiguous...
by EViews Matt
Tue Feb 25, 2025 4:52 pm
Forum: Models
Topic: changes to addfactors?
Replies: 2
Views: 96686

Re: changes to addfactors?

Hello,

There have been updates to various model procedures, but nothing that I believe would cause such a fundamental change to add factor behavior. I haven't been able to replicate the issue you describe, would you be able to provide a workfile demonstrating the problem?
by EViews Matt
Fri Feb 14, 2025 12:19 pm
Forum: Suggestions and Requests
Topic: Make the @first function properly taking account of panel data
Replies: 3
Views: 51092

Re: Make the @first function properly taking account of panel data

Hello,

The function you describe already exists: @firstsby. For your example, I believe "@firstsby(x, @crossid)" would produce the results you want.
by EViews Matt
Tue Dec 10, 2024 7:27 pm
Forum: Models
Topic: Model solve
Replies: 4
Views: 75990

Re: Model solve

Hello, Given the situation you describe, I'd consider it very unlikely that the solution changes you've observed are a consequence of the underlying solver used, e.g. Broyden vs Newton. While changing the number of equations in the model will affect the sequence of innovations used across the stocha...
by EViews Matt
Fri Nov 22, 2024 10:46 am
Forum: Bug Reports
Topic: setbounds
Replies: 4
Views: 46993

Re: setbounds

You're right. That should've been fixed in the most recent patch, but the next patch will correct this issue.
by EViews Matt
Mon Nov 18, 2024 12:28 pm
Forum: Bug Reports
Topic: setbounds
Replies: 4
Views: 46993

Re: setbounds

Hello,

Yes, that's a small reporting error. Fixed in the next patch.

Go to advanced search