Search found 587 matches
- 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: 646
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...
- Thu Jun 25, 2026 10:53 am
- Forum: Bug Reports
- Topic: function @rinstr not working properly
- Replies: 1
- Views: 581
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 ...
- 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: 1412
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.
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.
- 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: 1541
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.
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.
- Wed Apr 15, 2026 4:15 pm
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 3318
Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Hello,
A fix will be included in the new EViews patch.
A fix will be included in the new EViews patch.
- Mon Jun 16, 2025 3:03 pm
- Forum: Bug Reports
- Topic: VAR forecast
- Replies: 1
- Views: 28816
Re: VAR forecast
Hello,
It's indeed a bug. It'll be fixed in the next patch.
It's indeed a bug. It'll be fixed in the next patch.
- Fri Jun 13, 2025 1:56 pm
- Forum: Programming
- Topic: Ensuring "Include titles" checked in .CSV output dump
- Replies: 1
- Views: 27644
Re: Ensuring "Include titles" checked in .CSV output dump
Hello,
Include the "title" option with the save procedure, e.g.,
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"
- Thu Jun 12, 2025 10:28 am
- Forum: Programming
- Topic: Incomplete string of equation info
- Replies: 1
- Views: 24228
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...
- Thu Apr 17, 2025 10:25 am
- Forum: Estimation
- Topic: Lambda tunning
- Replies: 1
- Views: 34873
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.
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.
- Tue Mar 11, 2025 2:46 pm
- Forum: Programming
- Topic: Check if control variable is defined
- Replies: 4
- Views: 46026
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...
- Tue Feb 25, 2025 4:52 pm
- Forum: Models
- Topic: changes to addfactors?
- Replies: 2
- Views: 96700
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?
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?
- 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: 51105
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.
The function you describe already exists: @firstsby. For your example, I believe "@firstsby(x, @crossid)" would produce the results you want.
- Tue Dec 10, 2024 7:27 pm
- Forum: Models
- Topic: Model solve
- Replies: 4
- Views: 76002
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...
- Fri Nov 22, 2024 10:46 am
- Forum: Bug Reports
- Topic: setbounds
- Replies: 4
- Views: 47003
Re: setbounds
You're right. That should've been fixed in the most recent patch, but the next patch will correct this issue.
- Mon Nov 18, 2024 12:28 pm
- Forum: Bug Reports
- Topic: setbounds
- Replies: 4
- Views: 47003
Re: setbounds
Hello,
Yes, that's a small reporting error. Fixed in the next patch.
Yes, that's a small reporting error. Fixed in the next patch.
