Search found 69 matches

by DBel2012
Tue Feb 13, 2018 6:31 am
Forum: Installation and Registration
Topic: EViews 9.0 Type Library does not seem to be working
Replies: 1
Views: 16700

EViews 9.0 Type Library does not seem to be working

Hello, EViews 10 has been installed recently, and my Excel VBA program does not seem to be working properly since then. I have the reference EViews 9.0 Type Library. Dim mgr As New EViews.Manager Dim app As EViews.Application I've got an error message (in french) once I get to fopllowing command : S...
by DBel2012
Wed Apr 20, 2016 6:50 am
Forum: Data Manipulation
Topic: Create new series subject to a condition
Replies: 6
Views: 5362

Re: Create new series subject to a condition

Good morning,

Thanks to you all.

Both, smpl if vary<200, and series varx = @recode(vary<200, vary, NA) will be useful for what I need to do.

Thanks again for your time.

Danny
by DBel2012
Tue Apr 19, 2016 11:47 am
Forum: Data Manipulation
Topic: Create new series subject to a condition
Replies: 6
Views: 5362

Re: Create new series subject to a condition

Hi,

series varx = @recode(vary<200, vary, 0) does not do exactly what I wanted.

The observations must be dropped if the condition is not met.

Thanks!

Danny
by DBel2012
Tue Apr 19, 2016 11:26 am
Forum: Data Manipulation
Topic: Create new series subject to a condition
Replies: 6
Views: 5362

Create new series subject to a condition

Hi,

I'm using EViews9.

I want to create a new series varX based on series varY, and keep only values that are below, say, 200.

How can I do that?

Thanks!

Danny
by DBel2012
Tue Mar 15, 2016 9:36 am
Forum: Estimation
Topic: Something mysterious to me..
Replies: 2
Views: 2803

Re: Something mysterious to me..

Thanks a lot Gareth for you help!
by DBel2012
Tue Mar 15, 2016 8:33 am
Forum: Estimation
Topic: Something mysterious to me..
Replies: 2
Views: 2803

Something mysterious to me..

Hi, I'm using EViews9, July 28, 2015 Build. Still waiting for my company to install the last patch! I was wondering if you could help me understand something mysterious to me... I've attached a workfile and a small program which estimates 3 equations. I've noticed that the order of the appearance of...
by DBel2012
Wed Mar 02, 2016 1:27 pm
Forum: Programming
Topic: Questions related to arch model
Replies: 3
Views: 3713

Re: Questions related to arch model

Hi Gareth,

Many thanks again for your help.

Danny
by DBel2012
Wed Mar 02, 2016 1:07 pm
Forum: Programming
Topic: Questions related to arch model
Replies: 3
Views: 3713

Questions related to arch model

Hi, I'm trying to estimate a model of the form equation myEquation.arch(0,2,ged,z,backcast=0.7) varDep myDummies ar(1) ar(2) sar(3) sar(4) ma(12) ar(12) sar(12) Question 1 : I read that the minimum value of p (.arch(p,q,options)) should be 1. Does that mean the EViews will replace the 0 by 1? Questi...
by DBel2012
Wed Mar 02, 2016 10:08 am
Forum: Programming
Topic: Initial values used by EViews
Replies: 6
Views: 4780

Re: Initial values used by EViews

Thanks a lot for your help! :D
by DBel2012
Wed Mar 02, 2016 9:01 am
Forum: Programming
Topic: Initial values used by EViews
Replies: 6
Views: 4780

Re: Initial values used by EViews

Hi Gareth,

I do not know how or where I can get the C vector?

Is it simply, for instance, create a matrix, say, initValue, and then initValues(1) = C(1), initValues(2)=C(2), etc.

Thanks!

Danny
by DBel2012
Wed Mar 02, 2016 5:14 am
Forum: Programming
Topic: Initial values used by EViews
Replies: 6
Views: 4780

Re: Initial values used by EViews

Hi Gareth,

Print was not the rigth word I should have used.I want to save the initial values in a matrix
for each non linear equation that will be estimated.

How can I do that?

Thanks!

Danny
by DBel2012
Tue Mar 01, 2016 1:05 pm
Forum: Programming
Topic: Initial values used by EViews
Replies: 6
Views: 4780

Initial values used by EViews

Hi,

I'm using EViews 9.

I run a program that estimates many equations, linear and non linear. While running the program, I would like to be able to print initial values used by EViews.

Can I do that?

Thanks!

Danny
by DBel2012
Thu Feb 25, 2016 11:13 am
Forum: Data Manipulation
Topic: How to calculate the number of month between two dates
Replies: 7
Views: 6179

Re: How to calculate the number of month between two dates

Hi Gareth,

@datediff works perfectly.

Thanks a lot!

Danny
by DBel2012
Thu Feb 25, 2016 8:20 am
Forum: Programming
Topic: multiplying a series by an element of a matrix
Replies: 2
Views: 3081

Re: multiplying a series by an element of a matrix

Hi,

You are right, it works perfectly.

My mistake. Since I had created a matrix with only one column, I thought I did not need to specify the column in the expression series varX = myMat(1) * varY

So, the right way is to write series varX = myMat(1,1) * varY

Thanks a lot for helping me.

Danny
by DBel2012
Thu Feb 25, 2016 7:35 am
Forum: Data Manipulation
Topic: How to calculate the number of month between two dates
Replies: 7
Views: 6179

Re: How to calculate the number of month between two dates

Hi, I want to run a program that ask the user to provide a sample period of two dates (ex. 2008m12 and 2012m06) and I need a command or formula that will determine the number of months between these two dates. That number will be used later in the program in a For loop. Is there a way other than usi...

Go to advanced search