Search found 540 matches

by tvonbrasch
Tue Jan 10, 2023 12:58 am
Forum: Add-in Support
Topic: add-in: desc
Replies: 5
Views: 4028

add-in: desc

Hi, when making an add-in, we provide a description of the Add-in that will be displayed in the Add-ins management dialog. Is there a way to fetch this description as a string? For example, something like this addinname.@attr("description") or addinname.@description ? If not, is this somet...
by tvonbrasch
Fri Dec 16, 2022 5:40 am
Forum: Programming
Topic: create object that activates a command when being opened/clicked on
Replies: 19
Views: 5934

Re: create object that activates a command when being opened/clicked on

Hi Gareth, When looking at the documentation on user objects; https://www.eviews.com/help/helpintro.html#page/content%2Fuserobjcmd-Userobj.html%23 I cannot find any examples of including spawn processes or making programs for the views and procs of the user object. Could you please provide an exampl...
by tvonbrasch
Fri Oct 28, 2022 11:56 pm
Forum: Bug Reports
Topic: c= @log(@abs(c))
Replies: 1
Views: 2638

c= @log(@abs(c))

Execute the code below. Why does c become NA? 2022-10-29 08_53_39-EViews.png Thomas close @all wfopen .\1.wf1 copy _s _saux 'auxiliary equation with @abs instead of @exp system _saux for !i= 1 to 2 %line= _s.@line(!i) %lineabs = @replace(@lower(%line), "exp", "@abs") _saux.append...
by tvonbrasch
Thu Oct 27, 2022 2:40 am
Forum: Estimation
Topic: Putting limits on estimated coefficient values
Replies: 41
Views: 84076

Re: Putting limits on estimated coefficient values

Hi, I want to estimate this equation: YK=C(1)*XK1+C(2)*XK2+C(1)*C(2)*XK3 in a way that ensures that the coefficients are positive. However, I get a "near singular matrix" message when using the @exp function to estimate the equation: equation _test2.ls YK=EXP(C(1))*XK1+EXP(C(2))*XK2+EXP(C(...
by tvonbrasch
Wed Oct 26, 2022 10:26 pm
Forum: Bug Reports
Topic: Coefficient vector
Replies: 0
Views: 7957

Coefficient vector

Hi, running this equation works okay: equation _test1.ls YK=EXP(C(1))*XK3 but this equation, using a specified coefficient vector, does not .... equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3 Is this a bug? attached is the workfile to generate the error. t close @all wfopen .\exp.wf1 'first equation - ...
by tvonbrasch
Fri Oct 21, 2022 10:48 pm
Forum: Suggestions and Requests
Topic: short names for tabs
Replies: 0
Views: 8907

short names for tabs

Hi, when viewing a number of graphs, some of them typically disappears from the tab-field: 2022-10-22 07_23_46-EViews.png The other graphs can be viewed by clicking the small arrow: 2022-10-22 07_23_35-EViews.png Would it be possible to make it so that the names of the tabs are shortened (focusing o...
by tvonbrasch
Fri Oct 21, 2022 1:07 am
Forum: Suggestions and Requests
Topic: close all objects
Replies: 0
Views: 8963

close all objects

Hi,

currently one may close all objects by clicking this button in the WINDOW menu:
2022-10-21 09_59_55-.png
2022-10-21 09_59_55-.png (3.67 KiB) Viewed 8960 times


it would be great if this button also were available here (in the panes and tabs mode):
2022-10-21 09_59_35-Innstillinger.png
2022-10-21 09_59_35-Innstillinger.png (12.07 KiB) Viewed 8960 times


t
by tvonbrasch
Tue Oct 18, 2022 12:20 am
Forum: Econometric Discussions
Topic: Panel GMM, system estimation and White's diagonal matrix
Replies: 2
Views: 3817

Re: Panel GMM, system estimation and White's diagonal matrix

Excellent, thanks for your extensive reply, Glenn. This was clarifying. Highly appreciated.
t
by tvonbrasch
Mon Oct 17, 2022 7:29 am
Forum: Econometric Discussions
Topic: Panel GMM, system estimation and White's diagonal matrix
Replies: 2
Views: 3817

Panel GMM, system estimation and White's diagonal matrix

Hi, I have a question regarding system estimation using panel data with GMM and the w-option (White’s diagonal weighting matrix). In what dimensions (if any) does this estimator impose independence of the residuals ? (in addition to assuming that disturbances are uncorrelated with the set of instrum...
by tvonbrasch
Sun Oct 16, 2022 12:17 am
Forum: Bug Reports
Topic: Active panes
Replies: 0
Views: 7107

Active panes

Hi, if I am writing code in a program in EV13, then shift to another window on my computer (using alt+tab) and then back to EV13 again, the program pane is no longer the active pane and the mouse-pointer has shifted to a table object instead. Would it be possible to make it so that the last used pan...
by tvonbrasch
Sun Oct 16, 2022 12:07 am
Forum: Programming
Topic: hiding log messages
Replies: 0
Views: 7123

hiding log messages

Hi,

I would like to hide when the following log message window pops up:
2022-10-16 09_03_42-EViews.png
2022-10-16 09_03_42-EViews.png (9.79 KiB) Viewed 7118 times


Is there a command I can use that accomplish this? (I have already tried

Code: Select all

logmode -all
and

Code: Select all

logmode -e
)

Thomas
by tvonbrasch
Thu Oct 13, 2022 2:15 am
Forum: Suggestions and Requests
Topic: Error messages should state the name of the program where the error occurs
Replies: 2
Views: 3683

Re: Error messages should state the name of the program where the error occurs

Yes, it was triggered in an addin (which uses sub-programs and that makes it a bit difficult to locate the error)
t
by tvonbrasch
Thu Oct 13, 2022 2:11 am
Forum: Bug Reports
Topic: Panes and tabs #3
Replies: 6
Views: 3437

Re: Panes and tabs #3

The more I think of it, the better the idea seems to be, i.e. having say 5 main modes for panes and tabs to choose from. 4 reasons: - It provides more flexibility for users - The user can programmatically set which of the modes to use - It overcomes the limitation with the "remember window plac...
by tvonbrasch
Tue Oct 11, 2022 11:06 pm
Forum: Bug Reports
Topic: Panes and tabs #3
Replies: 6
Views: 3437

Re: Panes and tabs #3

Thanks for your extensive reply. I understand that it might be difficult to provide full flexibility regarding where to place the different panes. Currently, EViews provides one default position only. Would it be possible that the EViews team made say 5 different main options for how the panes and t...
by tvonbrasch
Tue Oct 11, 2022 10:42 pm
Forum: Bug Reports
Topic: EViews Update Error
Replies: 1
Views: 1567

EViews Update Error

I get this error message when EViews tries to update automatically:

2022-10-12 07_38_25-Innstillinger.png
2022-10-12 07_38_25-Innstillinger.png (24.23 KiB) Viewed 1559 times


Is this something related to your new release, or is it something specific to my machine? Any idea about what I should do to get the update installed?
t

Go to advanced search