Search found 11 matches

by niluki
Thu May 19, 2016 3:31 am
Forum: License Manager
Topic: Trial EViews
Replies: 1
Views: 24051

Trial EViews

Hi,

Is there a way to get a commercial trial version of EViews?

Thanks,
Niluki
by niluki
Mon Jul 02, 2012 8:51 am
Forum: Programming
Topic: Easily add a cross section
Replies: 4
Views: 5080

Re: Easily add a cross section

Is there anyway that this could be adapted to an Unbalanced Structure?

Thanks,
by niluki
Wed Jun 20, 2012 5:16 am
Forum: Programming
Topic: Nested if or case statement
Replies: 2
Views: 4320

Re: Nested if or case statement

I see.. Thanks for the help!!
by niluki
Wed Jun 20, 2012 1:15 am
Forum: Programming
Topic: Nested if or case statement
Replies: 2
Views: 4320

Nested if or case statement

Hi, Could you tell me how a nested if or a case statement could be programmed in E-Views please? I want the following code to work: (But it doesnt :( ) if %name="UNEMPLOYMENT" then %vars="UP" elseif %name="MIG" then %vars="MG" elseif %name="DTV" then...
by niluki
Mon Mar 26, 2012 1:55 am
Forum: General Information and Tips and Tricks
Topic: Programme variables
Replies: 2
Views: 3984

Re: Programme variables

I see.. Thanks for your prompt reply!
by niluki
Tue Mar 20, 2012 10:15 am
Forum: General Information and Tips and Tricks
Topic: Programme variables
Replies: 2
Views: 3984

Programme variables

Hi, I want to know if there is a way of checking what object/value is actually stored in a program variable? For eg: if I say %lastdate = "2011m06" or !val=@datediff(@dateval("%lastdate","yyyy[m]MM"),@dateval("%startdate","yyyy[m]MM"),"mm")...
by niluki
Thu Feb 23, 2012 9:24 am
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562581

Re: An introduction to EViews programming.

Thanks. Thats very useful!
by niluki
Thu Feb 23, 2012 5:05 am
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562581

Re: An introduction to EViews programming.

Hi Gareth, Is there an easy way of 'watching' how the E-Views programme is run. For example in the for loop below, is there an easy way of getting the following output the "Value of !i(outer loop), Value of !j(inner loop), Resulting Equation Name" Thanks, Niluki Program 3 is almost the sam...
by niluki
Wed Sep 28, 2011 3:14 am
Forum: Data Manipulation
Topic: Frequency conversion - Low to High - Quadratic match method
Replies: 4
Views: 8257

Re: Frequency conversion - Low to High - Quadratic match met

Hi Gareth,

Thank you for the prompt reply.
How do you find the solutions to A,B & C? Is an equivalent of a 'Solver' being used?
And will the trend always start from 0?

Thank you,
by niluki
Tue Sep 27, 2011 8:17 am
Forum: Data Manipulation
Topic: Frequency conversion - Low to High - Quadratic match method
Replies: 4
Views: 8257

Frequency conversion - Low to High - Quadratic match method

Hi, I want to know the method underlying the Quadratic Match sum. It says in the userguide that "The quadratic polynomial is formed by taking sets of three adjacent points from the source series and fitting a quadratic so that either the average or the sum of the high frequency points matches t...
by niluki
Thu May 19, 2011 8:35 am
Forum: Programming
Topic: Using Replacement variables
Replies: 1
Views: 2342

Using Replacement variables

Hi, I have a problem in using replacement variables for the path in the run command. If I run this piece of code, it gives out an error: %dir = "C:/TestE_Views/testcode" run {%dir} but equivalently the following code runs fine run "C:/TestE_Views/testcode" What am I doing wrong? ...

Go to advanced search