Search found 17 matches

by salahaddin
Fri Dec 22, 2017 7:29 am
Forum: Programming
Topic: Mode of a series
Replies: 0
Views: 2031

Mode of a series

Hello everyone,

I would like to find the first most frequently appearing number , the second, third etc. I could not find any function which returns the mode of the series. Any ideas? thanks in advance.

Best,
Sam
by salahaddin
Thu Nov 09, 2017 3:47 pm
Forum: Programming
Topic: RUNNING TIME OF A PROGRAM
Replies: 1
Views: 2411

RUNNING TIME OF A PROGRAM

Hi,

I have written a program in eviews. Now I would like to check how long does it take for the program to run and finish all commands. Is there any way of knowing the running period of the program in eviews?

thanks in advance.

Best,
Sam
by salahaddin
Sat Oct 28, 2017 2:53 pm
Forum: Programming
Topic: pageselect in subroutine
Replies: 1
Views: 2126

pageselect in subroutine

Dear All, I have a subroutine like following where I am using pagenames string. Unfortunately, when I call the subroutine pageselect command gives an error. It says the page was not found. I call the program in this way: call ce_t_t_1("page1", a, series01, 6) Could you please help. thanks ...
by salahaddin
Tue Oct 24, 2017 5:01 pm
Forum: Programming
Topic: close matlab through eviews if the program is open
Replies: 1
Views: 2430

close matlab through eviews if the program is open

Dear all,

I have integrated matlab into eviews. I want eviews to close matlab command line using xclose if matlab command line is already open. Otherwise, skip the command. Could you please help? thanks in advance.


Best,
S
by salahaddin
Sat May 06, 2017 9:23 pm
Forum: Programming
Topic: STATE SPACE MODEL WITH SVECTORS
Replies: 1
Views: 2325

STATE SPACE MODEL WITH SVECTORS

Hello friends, I wonder whether it is possible to specify a state space model in vector form in eviews. For example, @signal sam1=sv1*c(1)+e1 . . . . @signal sam7=sv7*c(42)+e42 @state sv1=sv1(-1)+e2 ... @state sv7=sv7(-1)++e7 Now assume I have vectors of observations called observed and states calle...
by salahaddin
Mon Feb 27, 2017 3:14 pm
Forum: Data Manipulation
Topic: 3D graphs
Replies: 7
Views: 13130

Re: 3D graphs

I agree that 3d plots would be immensely useful. As a (cheating) work around, however, I guess you can do: xopen(type=m,case=lower) xput A X Y Z xrun surf(A) xrun scatter3(X,Y,Z) Dear Charlie, The code works, My problem is I want to use xget function and get the 3d frozen image into eviews. this is...
by salahaddin
Sun Feb 26, 2017 7:30 pm
Forum: Programming
Topic: Call Matlab from Eviews (COM Automation)
Replies: 2
Views: 3852

Call Matlab from Eviews (COM Automation)

Hi everyone,

I am trying to make a link between eviews and matlab 2016. I did Regcomponents issue. But I do not know how should I proceed in Matlab in order to create a reference to the Eviews 9 library. Please help.

thanks.
Sam
by salahaddin
Tue Oct 25, 2016 1:45 pm
Forum: Programming
Topic: REDIRECTING OUTPUT TO RTF FILE
Replies: 2
Views: 3767

Re: REDIRECTING OUTPUT TO RTF FILE

thanks.
by salahaddin
Mon Oct 17, 2016 3:32 am
Forum: Programming
Topic: REDIRECTING OUTPUT TO RTF FILE
Replies: 2
Views: 3767

REDIRECTING OUTPUT TO RTF FILE

Dear friends, I have 2 problems: 1) When I redirect a table or any object to RTF files it works pretty well. My problem is that names of those objects do not show up in RTF file which makes it confusing. Assume I send 5 different vectors of coefficients to RTF file from 5 different regressions. When...
by salahaddin
Mon Apr 25, 2016 12:04 pm
Forum: Add-in Support
Topic: GetExchangeData
Replies: 18
Views: 41010

Re: GetExchangeData

Dear friends,

I use eviews 8. Getexchange data does not work for some reason. Eviews downloades it normally. I choose my desired currency pairs and hit OK. then no exchange series show up. Please find attached the screenshot of the eviews. Thanks in advance.

Samir
by salahaddin
Tue Feb 17, 2015 7:58 am
Forum: Add-in Support
Topic: GetExchangeData Add-in Problem
Replies: 0
Views: 3540

GetExchangeData Add-in Problem

Hello Eviews, Getexchange addin does ot work properly. The problem is that when I run addin the panel for choosing currencies and period of interest comes out. I choose USD/EUR for example and new workfile by name "Exchange" shows up. However, The exchange rate series does not show up. I c...
by salahaddin
Fri Dec 12, 2014 4:49 pm
Forum: Programming
Topic: Creating loop for loading pages
Replies: 4
Views: 4286

Re: Creating loop for loading pages

Thanks Gareth,

u saved my time. U r Gareth Great:)

Thanks,
Sam
by salahaddin
Fri Dec 12, 2014 3:52 pm
Forum: Programming
Topic: Creating loop for loading pages
Replies: 4
Views: 4286

Re: Creating loop for loading pages

Thanks Gareth for the help.

However, I got an error shown in the attachment. I think eviews reads "01" as "1" thus instead of "Call0103" eviews tries to find "Call13".

Please help.

Thanks in advance,
Sam
by salahaddin
Fri Dec 12, 2014 1:51 pm
Forum: Programming
Topic: Creating loop for loading pages
Replies: 4
Views: 4286

Creating loop for loading pages

Hello everyone, My data is splitted into many parts and I want to put them together by using an Eviews program. You can see the list of the names of the data files. I tried to use the following command: for !i=01 to 10 for !j=03 to 12 pageload "D:\data\Call{!i}{!j}.xpt" next next However, ...
by salahaddin
Fri Dec 12, 2014 1:24 pm
Forum: Programming
Topic: Chicagofed data import into eviews
Replies: 4
Views: 4925

Re: Chicagofed data import into eviews

I changed the website respectively but it did not work. I could manage to write a program which extracts data for only two banks. now the problem is to put those data together for respective banks. I will post my question in a different way. Still thank you very much for trying to help. Best wishes,...

Go to advanced search